Skip to content

Commit 6af9c8e

Browse files
committed
V1.9.0
1 parent 8e14713 commit 6af9c8e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
ChangeLog
22
=========
33

4-
# V1.7.1 - Major release only available as a Pre-release.
4+
# V1.9.0 - Major release only available as a Pre-release.
5+
* Sorry we had some version number issues. This release was accidentally released as a production 1.7.1 and to undo that, we had to jump two minor versions numbers to keep up with VSCode versioning scheme. Apologies for the confusion.
56
* This is a preview (Pre-release). The biggest feature is the addition of Live Watch. In your launch.json add an object property called `liveWatch` and Intellisense should fill out a template to enable Live Watch.
67
```
78
"liveWatch": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.7.1",
2+
"version": "1.9.0",
33
"preview": false,
44
"activationEvents": [
55
"onDebugResolve:cortex-debug",

0 commit comments

Comments
 (0)