Skip to content

Commit f2b4f62

Browse files
committed
Version 2.2.1.
1 parent d22e5d4 commit f2b4f62

File tree

3 files changed

+340
-12
lines changed

3 files changed

+340
-12
lines changed

extension/.vscodeignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
node_modules
2-
ui/node_modules
1+
./node_modules

extension/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "Debug Visualizer",
55
"description": "A visual watch window that lets you visualize your data structures while debugging.",
66
"icon": "docs/logo.drawio.png",
7-
"version": "2.2.0",
7+
"version": "2.2.1",
88
"license": "GPL-3.0",
99
"engines": {
1010
"vscode": "^1.46.0"
@@ -136,6 +136,7 @@
136136
"webpack": "^4.41.6",
137137
"webpack-cli": "^3.3.11",
138138
"ts-loader": "^6.2.1",
139-
"shx": "^0.3.2"
139+
"shx": "^0.3.2",
140+
"vsce": "^1.93.0"
140141
}
141142
}

0 commit comments

Comments
 (0)