Skip to content

Commit

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

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

## v2.4.0 - 2019-05-15
- Add support for Unix domain sockets for debugger "attach" target.

## v2.3.0 - 2019-05-06
- Show modal asking users to reload the workspace on changes to `hack.remote.*` configuration settings.

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

## Latest releases

## v2.4.0
- Debugger now supports attaching to a Unix socket instead of TCP port.

## v2.3.0
- Extension will ask to reload the workspace on changes to remote configuration settings.

## v2.2.0
- **Syntax Highlighting Updates** — The editor now recognizes several Hack-specific storage types and some other keywords & methods. Thanks [azjezz](https://github.com/azjezz)!

## 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.

## 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).

See the full list of releases and features added on the [Github releases page](https://github.com/slackhq/vscode-hack/releases) as well as the project [changelog](https://github.com/slackhq/vscode-hack/blob/master/CHANGELOG.md).

## Features
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-hack",
"version": "2.3.0",
"version": "2.4.0",
"publisher": "pranayagarwal",
"engines": {
"vscode": "^1.25.0"
Expand Down

0 comments on commit e8a2359

Please sign in to comment.