Skip to content

Commit 5f5f665

Browse files
authored
Ensure the icons for the check watch panel are included (#17)
* Ensure the icons for the check watch panel are included * Move to v0.0.7
1 parent 1f84016 commit 5f5f665

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vscodeignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
src/check-watch-panel/node_modules
1+
src/check-watch-panel/node_modules
2+
!src/check-watch-panel/node_modules/@vscode/codicons/dist

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "SpiceDB VSCode",
44
"description": "VSCode Extension for working with SpiceDB",
55
"publisher": "authzed",
6-
"version": "0.0.6",
6+
"version": "0.0.7",
77
"icon": "icons/authzed-icon-multi-128x128.png",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)