Skip to content

v2.0.0

Compare
Choose a tag to compare
@PranayAgarwal PranayAgarwal released this 06 Mar 20:38
c845b16
  • 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.