We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42e51f commit 82ecde7Copy full SHA for 82ecde7
.gitignore
@@ -1,4 +1,5 @@
1
-node_modules
2
-.vscode-test/
3
*.vsix
+.vscode-test/
+dist/
4
+node_modules/
5
package-lock.json
.vscodeignore
@@ -1,9 +1,9 @@
-.vscode/**
-.vscode-test/**
-test/**
+**/*.map
+**/.eslintrc.json
+**/jsconfig.json
.gitignore
+.vscode-test/**
6
+.vscode/**
7
.yarnrc
8
+test/**
9
vsc-extension-quickstart.md
-**/jsconfig.json
-**/*.map
-**/.eslintrc.json
0 commit comments