Skip to content

Commit

Permalink
v2.8.1 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
PranayAgarwal committed Nov 20, 2019
1 parent 8adf0a1 commit d0e1a97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.8.0 - 2019-11-10
- Syntax highlighting improvements. Thanks [scotchval](https://github.com/scotchval)!

## v2.8.0 - 2019-10-30
- If the IDE session is connected to a remote typechecker of type `docker`, scripts run via the launch debug target now automatically start in the Docker container instead of the host machine. Stopping on breakpoints isn’t yet supported in this mode.

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.8.0",
"version": "2.8.1",
"publisher": "pranayagarwal",
"engines": {
"vscode": "^1.30.0"
Expand Down

0 comments on commit d0e1a97

Please sign in to comment.