Skip to content

Commit

Permalink
0.8.5 release version and notes
Browse files Browse the repository at this point in the history
  • Loading branch information
PranayAgarwal committed Jul 10, 2018
1 parent 6c60e6c commit 399f4cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.8.5 - 2018-07-09
- Only send LSP requests for documents with `file://` scheme
- Send LSP initializtion option to use text edit autocomplete (fixes broken variable completion)

## v0.8.4 - 2018-06-04
- Syntax highlighting for `.hhconfig` file
- Added support for showing related messages for an error when running in non-LSP mode
Expand Down
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": "0.8.4",
"version": "0.8.5",
"publisher": "pranayagarwal",
"engines": {
"vscode": "^1.22.0"
Expand Down

0 comments on commit 399f4cc

Please sign in to comment.