Skip to content

Commit 080fa63

Browse files
committed
Modify project config
1 parent d8cb63c commit 080fa63

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.vscode/launch.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77
"type": "extensionHost",
88
"request": "launch",
99
"runtimeExecutable": "${execPath}",
10-
"args": ["--extensionDevelopmentPath=${workspaceFolder}" ],
11-
"stopOnEntry": false,
10+
"args": ["--profile=Debugging (REST Client)", "--extensionDevelopmentPath=${workspaceFolder}" ],
11+
"debugWebviews": true,
1212
"sourceMaps": true,
13+
"smartStep": true,
1314
"outFiles": [ "${workspaceFolder}/dist/**/*.js" ],
14-
"preLaunchTask": "npm: watch"
15+
"preLaunchTask": "npm: watch",
16+
"trace": true
1517
}
1618
]
1719
}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"outDir": "dist",
66
"noUnusedLocals": true,
77
"experimentalDecorators": true,
8+
"incremental": true,
89
"lib": [
910
"es2019"
1011
],

0 commit comments

Comments
 (0)