Skip to content

Commit 6c5f5c2

Browse files
committed
Not excluding the inspect css
1 parent 6be3c3c commit 6c5f5c2

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.vscodeignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ vsc-extension-quickstart.md
99
**/*.map
1010
**/*.ts
1111
**/.vscode-test.*
12+
!src/webview/inspect.css

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "Containerlab",
55
"icon": "resources/containerlab.png",
66
"description": "Manages containerlab topologies in VS Code",
7-
"version": "0.3.0",
7+
"version": "0.3.1",
88
"engines": {
99
"vscode": "^1.70.0"
1010
},
Binary file not shown.

0 commit comments

Comments
 (0)