Skip to content

Commit 6ca12ff

Browse files
committed
Improve everything
1 parent b50dca4 commit 6ca12ff

File tree

5 files changed

+255
-119
lines changed

5 files changed

+255
-119
lines changed

.vscode/launch.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
{
22
"version": "0.2.0",
33
"configurations": [
4-
{
5-
"name": "Launch Extension",
6-
"type": "extensionHost",
7-
"request": "launch",
8-
"runtimeExecutable": "${execPath}",
9-
"args": [
10-
"--extensionDevelopmentPath=${workspaceRoot}"
11-
],
12-
"sourceMaps": true,
13-
"outDir": "./out"
14-
},
154
{
165
"name": "Debug adapter",
176
"type": "node",
@@ -24,6 +13,20 @@
2413
"args": [
2514
"--server=4711"
2615
],
16+
"env": {
17+
"NODE_ENV": "development"
18+
},
19+
"sourceMaps": true,
20+
"outDir": "./out"
21+
},
22+
{
23+
"name": "Launch Extension",
24+
"type": "extensionHost",
25+
"request": "launch",
26+
"runtimeExecutable": "${execPath}",
27+
"args": [
28+
"--extensionDevelopmentPath=${workspaceRoot}"
29+
],
2730
"sourceMaps": true,
2831
"outDir": "./out"
2932
},

0 commit comments

Comments
 (0)