Skip to content

Commit 6941793

Browse files
chore: set default debug visualizer
1 parent 4115579 commit 6941793

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.vscode/settings.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
{
22
"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+
],
38
"prettier.configPath": "./.prettierrc.cjs",
4-
"rust-analyzer.debug.engineSettings": {
5-
"lldb": {
6-
"internalConsoleOptions": "openOnSessionStart",
7-
"terminal": "console",
8-
"expressions": "simple",
9-
"preRunCommands": [
10-
"command script import ${workspaceFolder}/.vscode/rust_prettifier_for_lldb.py"
11-
]
12-
}
13-
},
149
"rust-analyzer.runnables.extraEnv": {
1510
"RUST_LOG": "DEBUG,rust_seed=TRACE"
1611
}

0 commit comments

Comments
 (0)