From e8a235941fa259762fd68071ba862e08cb617c02 Mon Sep 17 00:00:00 2001 From: Pranay Agarwal Date: Wed, 15 May 2019 14:02:15 -0700 Subject: [PATCH] v2.4.0 release prep --- CHANGELOG.md | 3 +++ README.md | 12 +++--------- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b7a59..6986901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 00bcbd0..0c38f0d 100644 --- a/README.md +++ b/README.md @@ -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 `