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 4115579 commit 6941793Copy full SHA for 6941793
.vscode/settings.json
@@ -1,16 +1,11 @@
1
{
2
"debug.internalConsoleOptions": "openOnSessionStart",
3
+ "lldb.launch.terminal": "console",
4
+ "lldb.launch.expressions": "simple",
5
+ "lldb.launch.preRunCommands": [
6
+ "command script import ${workspaceFolder}/.vscode/rust_prettifier_for_lldb.py"
7
+ ],
8
"prettier.configPath": "./.prettierrc.cjs",
- "rust-analyzer.debug.engineSettings": {
- "lldb": {
- "internalConsoleOptions": "openOnSessionStart",
- "terminal": "console",
- "expressions": "simple",
9
- "preRunCommands": [
10
- "command script import ${workspaceFolder}/.vscode/rust_prettifier_for_lldb.py"
11
- ]
12
- }
13
- },
14
"rust-analyzer.runnables.extraEnv": {
15
"RUST_LOG": "DEBUG,rust_seed=TRACE"
16
}
0 commit comments