Skip to content

Commit

Permalink
More README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PranayAgarwal committed Mar 6, 2019
1 parent 125bac7 commit 4c2f6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It is published in the Visual Studio Marketplace [here](https://marketplace.visu
## Latest releases

## v2.0.0
* **Remote development 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.
* **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.
Expand Down Expand Up @@ -54,7 +54,7 @@ This extension adds the following Visual Studio Code settings. These can be set

### Remote Development

The extension supports connecting to an external HHVM development environment for local typechecking, linting and all other intellisense features. The current supported methods are SSH into a remote host or exec in a local Docker container.
The extension supports connecting to an external HHVM development environment for local typechecking, linting and all other intellisense features. The current supported connection methods are SSH into a remote host or exec in a local Docker container.

To enable this, set the following config values:

Expand Down

0 comments on commit 4c2f6a0

Please sign in to comment.