Skip to content

Commit 0881581

Browse files
committed
Release checks
1 parent 34e56b4 commit 0881581

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,7 @@ yarn-error.log*
3232
src/**/*.test.js
3333

3434
# Include any other patterns you want to ignore
35-
package-lock.json
35+
package-lock.json
36+
37+
# Include Icon
38+
*.png

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"vscode": "^1.60.0"
99
},
1010
"categories": [
11-
"Visualization"
11+
"Visualization",
12+
"Other"
1213
],
1314
"activationEvents": [
1415
"onCommand:codeflow.generateCodeFlow"

0 commit comments

Comments
 (0)