Browse Source

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

vincentsong 1 year ago
parent
commit
f6f7b51583
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .vscode/launch.json
  2. 1 1
      .vscode/tasks.json

+ 1 - 0
.vscode/launch.json

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

+ 1 - 1
.vscode/tasks.json

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