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 34e56b4 commit 0881581Copy full SHA for 0881581
.gitignore
@@ -32,4 +32,7 @@ yarn-error.log*
32
src/**/*.test.js
33
34
# Include any other patterns you want to ignore
35
-package-lock.json
+package-lock.json
36
+
37
+# Include Icon
38
+*.png
package.json
@@ -8,7 +8,8 @@
8
"vscode": "^1.60.0"
9
},
10
"categories": [
11
- "Visualization"
+ "Visualization",
12
+ "Other"
13
],
14
"activationEvents": [
15
"onCommand:codeflow.generateCodeFlow"
0 commit comments