We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79abdb6 commit 0397288Copy full SHA for 0397288
.vscode/launch.json
@@ -20,9 +20,13 @@
20
}
21
},
22
"args": [
23
- "target/demo.st",
+ "target/demo.st"
24
],
25
- "cwd": "${workspaceFolder}"
+ "cwd": "${workspaceFolder}",
26
+ "env": {
27
+ "RUST_LOG": "rusty"
28
+ },
29
+ "terminal": "integrated"
30
31
{
32
"type": "lldb",
@@ -43,7 +47,11 @@
43
47
44
48
"demo"
45
49
46
50
51
52
53
54
55
56
]
57
0 commit comments