Skip to content

Commit

Permalink
v2.0.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
PranayAgarwal committed Mar 6, 2019
1 parent 4c2f6a0 commit c845b16
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

See the full list of recent releases and features added on the [Github releases page](https://github.com/PranayAgarwal/vscode-hack/releases).

## v2.0.0 - 2019-03-06
- **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.

## v1.2.1 - 2019-02-19
- Fixed [#40](https://github.com/slackhq/vscode-hack/issues/40) — Syntax highlighting breaks for `.hack` files that contain `<?hh`.

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ It is published in the Visual Studio Marketplace [here](https://marketplace.visu
## Latest releases

## v2.0.0
* **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 below 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.
- **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 below 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.

## v1.2.0
- **Support for `.hack` files** — VS Code will automatically classify files with the `.hack` extension as Hack, and these files will now syntax highlight correctly even without the `<?hh` opener. (`.hack` files are supported in HHVM 4.0.0 onward, so you will see typechecker errors if you are using them with an earlier version).
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c845b16

Please sign in to comment.