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 d8cb63c commit 080fa63Copy full SHA for 080fa63
.vscode/launch.json
@@ -7,11 +7,13 @@
7
"type": "extensionHost",
8
"request": "launch",
9
"runtimeExecutable": "${execPath}",
10
- "args": ["--extensionDevelopmentPath=${workspaceFolder}" ],
11
- "stopOnEntry": false,
+ "args": ["--profile=Debugging (REST Client)", "--extensionDevelopmentPath=${workspaceFolder}" ],
+ "debugWebviews": true,
12
"sourceMaps": true,
13
+ "smartStep": true,
14
"outFiles": [ "${workspaceFolder}/dist/**/*.js" ],
- "preLaunchTask": "npm: watch"
15
+ "preLaunchTask": "npm: watch",
16
+ "trace": true
17
}
18
]
19
tsconfig.json
@@ -5,6 +5,7 @@
5
"outDir": "dist",
6
"noUnusedLocals": true,
"experimentalDecorators": true,
+ "incremental": true,
"lib": [
"es2019"
],
0 commit comments