Skip to content

Commit

Permalink
v2.9.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
PranayAgarwal committed Nov 22, 2019
1 parent 3445caf commit 04cc387
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

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
## v2.9.0 - 2019-11-22
- New `launchUrl` option in debugger attach config automatically invokes a web request once the debugger is attached, and detaches when the request is complete.

## v2.8.1 - 2019-11-10
- Syntax highlighting improvements. Thanks [scotchval](https://github.com/scotchval)!

## v2.8.0 - 2019-10-30
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

## v2.9.0
- New `launchUrl` option in debugger attach config automatically invokes a web request once the debugger is attached, and detaches when the request is complete.

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-hack",
"version": "2.8.1",
"version": "2.9.0",
"publisher": "pranayagarwal",
"engines": {
"vscode": "^1.30.0"
Expand Down Expand Up @@ -326,4 +326,4 @@
"typescript": "^2.9.1",
"vscode": "^1.1.35"
}
}
}

0 comments on commit 04cc387

Please sign in to comment.