diff --git a/.vscode/launch.json b/.vscode/launch.json index a3d5a26..9ffb961 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,10 +9,7 @@ "args": [ "--extensionDevelopmentPath=${workspaceRoot}" ], - "stopOnEntry": false, - "sourceMaps": true, - "outDir": "out", - "preLaunchTask": "npm" + "preLaunchTask": "tsc" } ] } \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 914176d..6bf8514 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -8,10 +8,8 @@ { "version": "0.1.0", - "command": "npm", + "command": "tsc", "isShellCommand": true, "showOutput": "silent", - "args": ["run", "compile"], - "isWatching": true, "problemMatcher": "$tsc-watch" } \ No newline at end of file