We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d079c commit 295ab0bCopy full SHA for 295ab0b
.vscodeignore
@@ -3,10 +3,13 @@
3
out/**
4
node_modules/**
5
src/**
6
+data/**
7
+docs/images/**
8
+
9
.gitignore
-.yarnrc
10
+.github
11
12
webpack.config.js
-vsc-extension-quickstart.md
13
**/tsconfig.json
14
**/.eslintrc.json
15
**/*.map
package.json
@@ -26,6 +26,7 @@
26
},
27
"categories": [
28
"Data Science",
29
+ "Formatters",
30
"Visualization"
31
],
32
"keywords": [
0 commit comments