Skip to content

Commit

Permalink
v1.2.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
PranayAgarwal committed Feb 12, 2019
1 parent 9afb8b7 commit 5ef3ec0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 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).

## v1.2.0 - 2019-02-12
- **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).

## v1.1.0 - 2018-11-12
- Moved project repository to https://github.com/slackhq org and added required notices and docs
- Enabled LSP request tracing for hhast-lint
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ It is published in the Visual Studio Marketplace [here](https://marketplace.visu

## Latest releases

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

## v1.0.0
- **Integration with HHAST Linter** (thanks [@fredemmott](https://github.com/fredemmott)!). The extension now supports Hack linting and autofixing via [HHAST](https://github.com/hhvm/hhast/) (v3.27.2 or later required). Set up linting for your project by following instructions in the HHAST library, then look at workspace-specific linter settings in the Configuration section below.
- Type coverage now uses the language server
Expand Down

0 comments on commit 5ef3ec0

Please sign in to comment.