Skip to content

Commit

Permalink
upgrade engine and related npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
haneefdm committed Mar 3, 2023
1 parent c775960 commit 2bc345f
Show file tree
Hide file tree
Showing 3 changed files with 887 additions and 1,539 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
ChangeLog
=========

# V1.7.0
# V1.7.0 - Major release only available as a Pre-release.
* 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.
```
"liveWatch": {
"enabled": true,
"samplesPerSecond": 4
},
```
* There are other changes planned as pre-releases and they will have versions 1.7.x (this is a Microsoft convention).
* To enable Pre-releases, you have use the Extension manager within VSCode
* There are tons of other changes planned as pre-releases and they will have versions 1.7.x (this is a Microsoft convention). There has been some major restructuring of our code and as such, this version may not be as stable as the production releases. **Please help us get to production**
* To enable Pre-releases, you have use the Extension Manager/Pane within VSCode

# V1.6.10
* [Issue#793 Container install broke from v1.6.7 to v1.6.9](https://github.com/Marus/cortex-debug/issues/793). It appears that VSCode does not install extensions with dependencies fully. Ie, if ext. `a` depends on `b` which depends on `c`, `c` is not installed so extension `a` fails to load properly. While we confirm, report this issue to VSCode folks, a (ugly) workaround has been implemented.

Expand Down
Loading

0 comments on commit 2bc345f

Please sign in to comment.