fix: make watch non-default task and stress sourcemap true

This commit is contained in:
vincentsong
2025-01-18 19:22:31 +11:00
parent 95b6326ca0
commit f6f7b51583
2 changed files with 2 additions and 1 deletions

1
.vscode/launch.json vendored
View File

@@ -13,6 +13,7 @@
"args": [ "args": [
"--extensionDevelopmentPath=${workspaceFolder}", "--extensionDevelopmentPath=${workspaceFolder}",
], ],
"sourceMaps": true,
"outFiles": ["${workspaceFolder}/dist/**/*.js"], "outFiles": ["${workspaceFolder}/dist/**/*.js"],
"preLaunchTask": "compile", "preLaunchTask": "compile",
"env": { "env": {

2
.vscode/tasks.json vendored
View File

@@ -26,7 +26,7 @@
}, },
"group": { "group": {
"kind": "build", "kind": "build",
"isDefault": true "isDefault": false
} }
}, },
{ {