We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d074d commit 3f32600Copy full SHA for 3f32600
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+# v0.1.2
4
+
5
+- Fix: Log Point Events not displayed #54
6
+- Improvement: Support for `pwa-node` launch configurations
7
8
## v0.1.1
9
10
- Add Icon for Visual Studio Code Extension Marketplace. 🦉
package.json
@@ -3,7 +3,7 @@
"displayName": "RxJS Debugging for Visual Studio Code",
"description": "Add non-intrusive debugging capabilities for RxJS applications to Visual Studio Code.",
"icon": "docs/brand/icon.png",
- "version": "0.1.1",
+ "version": "0.1.2",
"repository": {
"url": "https://github.com/swissmanu/rxjs-debugging-for-vscode"
},
0 commit comments