Skip to content

Commit 8588d77

Browse files
committed
Merge branch 'master' into dap-nodebug
2 parents c451d8d + ab37ed9 commit 8588d77

14 files changed

+3672
-144
lines changed

Diff for: .gitignore

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
out
2-
node_modules
3-
.vscode-test
1+
out/
2+
dist/
3+
node_modules/
4+
.vscode-test/
45
.DS_Store

Diff for: .vscode/launch.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"version": "0.2.0",
33
"configurations": [
4-
54
{
65
"name": "Launch Extension",
76
"type": "extensionHost",
@@ -114,4 +113,4 @@
114113
]
115114
}
116115
]
117-
}
116+
}

Diff for: .vscodeignore

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
src/**/*
2-
test/
3-
third_party/
4-
typings/**/*
5-
.vscode/**/*
6-
tsconfig.json
7-
.gitignore
8-
node_modules/fs-extra
91
**/*.map
102
**/tslint.json
11-
build/**/*
12-
docs/
13-
*.md.nightly
143
.github/**/*
4+
.gitignore
155
.prettierrc.json
16-
out/test/**
176
.vscode-test/**
7+
.vscode/
188
SECURITY.md
9+
build/
10+
docs/
11+
node_modules
12+
out/
13+
src/
14+
test/
15+
third_party/
16+
tools/
17+
tsconfig.json
18+
typings/
19+
webpack.config.js

0 commit comments

Comments
 (0)