You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remote language server connection support — You can now connect to an external development environment for Hack typechecking, linting and all other intellisense features. Current supported methods are SSH and Docker. See the Remote Development section in README.md for more details.
This version may cause breaking changes to your existing setup if you were already using Docker via a custom hack.clientPath executable.
The hack.workspaceRootPath config has been renamed to hack.remote.workspacePath.
Running the extension with LSP mode disabled is now unsupported. It will be fully removed in a future version of the extension.