File tree 2 files changed +36
-36
lines changed 2 files changed +36
-36
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
- .vscode /**
2
- .vscode-test /**
3
- .github /**
4
- .nvm /**
5
- typings /**
6
- out /test /**
7
- out /src /**
8
- out /pythonFiles /**
9
- out /testMultiRootWkspc /**
10
- out /coverconfig.json
11
- test /**
12
- src /**
13
- scripts /**
14
1
** /* .map
15
- .gitignore
16
- .gitmodules
2
+ .appveyor.yml
17
3
.editorconfig
18
4
.eslintrc
19
5
.gitattributes
20
- images /** /* .gif
21
- images /** /* .png
22
- tsconfig.json
23
- typings.json
24
- coverconfig.json
25
- tslint.json
26
- tsfmt.json
27
- gulpfile.js
28
- pythonFiles /** /* .pyc
29
- requirements.txt
30
- vsc-extension-quickstart.md
6
+ .gitignore
7
+ .gitmodules
31
8
.travis.yml
32
- webpack.config.js
33
- yarn.lock
34
- coverage /**
35
9
CODE_OF_CONDUCT.md
36
10
CODING_STANDARDS.md
37
11
CONTRIBUTING.md
38
- news /**
39
- debug_coverage * /**
40
- analysis /publish * . *
41
- vscode-python-signing. *
12
+ coverconfig.json
13
+ gulpfile.js
42
14
packageExtension.cmd
15
+ tsconfig.json
16
+ tsfmt.json
17
+ tslint.json
18
+ typings.json
19
+ vscode-python-signing. *
20
+ webpack.config.js
21
+ yarn.lock
22
+
23
+ .github /**
24
+ .nvm /**
25
+ .vscode /**
26
+ .vscode-test /**
27
+ analysis /publish * . *
43
28
bin /**
44
- obj /**
45
29
BuildOutput /**
46
-
47
-
30
+ coverage /**
31
+ debug_coverage * /**
32
+ images /** /* .gif
33
+ images /** /* .png
34
+ news /**
35
+ obj /**
36
+ out /coverconfig.json
37
+ out /pythonFiles /**
38
+ out /src /**
39
+ out /test /**
40
+ out /testMultiRootWkspc /**
41
+ pythonFiles /** /* .pyc
42
+ requirements.txt
43
+ scripts /**
44
+ src /**
45
+ test /**
46
+ typings /**
47
+ vsc-extension-quickstart.md
You can’t perform that action at this time.
0 commit comments