aboutsummaryrefslogtreecommitdiff
path: root/code/.vscode
diff options
context:
space:
mode:
Diffstat (limited to 'code/.vscode')
-rw-r--r--code/.vscode/launch.json3
-rw-r--r--code/.vscode/tasks.json2
2 files changed, 4 insertions, 1 deletions
diff --git a/code/.vscode/launch.json b/code/.vscode/launch.json
index 5e615ad4c..a5dd523df 100644
--- a/code/.vscode/launch.json
+++ b/code/.vscode/launch.json
@@ -10,6 +10,9 @@
10 "request": "launch", 10 "request": "launch",
11 "runtimeExecutable": "${execPath}", 11 "runtimeExecutable": "${execPath}",
12 "args": ["--extensionDevelopmentPath='./'"], 12 "args": ["--extensionDevelopmentPath='./'"],
13 "env": {
14 "RUST_LOG": "m=trace"
15 },
13 "stopOnEntry": false, 16 "stopOnEntry": false,
14 "sourceMaps": true, 17 "sourceMaps": true,
15 "outFiles": [ "./out/src/**/*.js" ], 18 "outFiles": [ "./out/src/**/*.js" ],
diff --git a/code/.vscode/tasks.json b/code/.vscode/tasks.json
index 8e5a8b9ef..e1cfa4deb 100644
--- a/code/.vscode/tasks.json
+++ b/code/.vscode/tasks.json
@@ -21,7 +21,7 @@
21 "showOutput": "silent", 21 "showOutput": "silent",
22 22
23 // we run the custom script "compile" as defined in package.json 23 // we run the custom script "compile" as defined in package.json
24 "args": ["run", "compile", "--loglevel", "silent"], 24 "args": ["run", "compile",],
25 25
26 // The tsc compiler is started in watching mode 26 // The tsc compiler is started in watching mode
27 "isBackground": true, 27 "isBackground": true,