aboutsummaryrefslogtreecommitdiff
path: root/code/.vscode/launch.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-24 11:41:25 +0100
committerAleksey Kladov <[email protected]>2018-08-24 11:41:25 +0100
commit6cade3f6d8ad7bb5a11b1910689b25f709c12502 (patch)
tree96aea3209cc310462c37708d5623fe1f1d667634 /code/.vscode/launch.json
parent89e56c364f3d0a9d5a12ae488185abc1ea69df4a (diff)
Runnig tests somehow
Diffstat (limited to 'code/.vscode/launch.json')
-rw-r--r--code/.vscode/launch.json3
1 files changed, 3 insertions, 0 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" ],