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 c797346 commit 714e13bCopy full SHA for 714e13b
.vscodeignore
@@ -4,6 +4,7 @@ out/**
4
node_modules/**
5
src/**
6
!src/resources/**
7
+!src/python/**
8
testdata/**
9
.gitignore
10
.yarnrc
package.json
@@ -26,10 +26,6 @@
26
"type": "git",
27
"url": "https://github.com/yefansky/CodeReDesign"
28
},
29
- "files": [
30
- "dist/**/*",
31
- "src/python/**/*"
32
- ],
33
"contributes": {
34
"commands": [
35
{
0 commit comments