From f6f7b5158315076b62057da78191be41854efed7 Mon Sep 17 00:00:00 2001 From: vincentsong Date: Sat, 18 Jan 2025 19:22:31 +1100 Subject: [PATCH] fix: make watch non-default task and stress sourcemap true --- .vscode/launch.json | 1 + .vscode/tasks.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 2b795ee..ead1700 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,6 +13,7 @@ "args": [ "--extensionDevelopmentPath=${workspaceFolder}", ], + "sourceMaps": true, "outFiles": ["${workspaceFolder}/dist/**/*.js"], "preLaunchTask": "compile", "env": { diff --git a/.vscode/tasks.json b/.vscode/tasks.json index f71286c..5804f54 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -26,7 +26,7 @@ }, "group": { "kind": "build", - "isDefault": true + "isDefault": false } }, {