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 5808fab commit 2a5651cCopy full SHA for 2a5651c
.gitignore
@@ -0,0 +1,4 @@
1
+node_modules
2
+package-lock.json
3
+out
4
+*.vsix
.vscodeignore
@@ -0,0 +1,16 @@
+.vscode/**
+typings/**
+out/test/**
+test/**
5
+**/*.ts
6
+**/*.map
7
+.gitignore
8
+tsconfig.json
9
+vsc-extension-quickstart.md
10
+art/js-icon.psd
11
+.travis.yml
12
+test-data/**
13
+coverage/**
14
+LICENSE
15
+CHANGELOG.md
16
0 commit comments