diff options
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index c14a0f9..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "rust-analyzer.debug.engine": "ms-vscode.cpptools", - "rust-analyzer.debug.engineSettings": { - "cppdbg": { - "miDebuggerPath": "/usr/local/cargo/bin/rust-gdb", - "setupCommands": [ - { - "description": "Enable pretty-printing for gdb | 整齐打印", - "text": "-enable-pretty-printing", - "ignoreFailures": false - }, - { - "description": "将反汇编风格设置为 Intel", - "text": "-gdb-set disassembly-flavor intel", - "ignoreFailures": true - } - ], - } - }, - "rust-analyzer.linkedProjects": [ - "/workspaces/stellar-rs/bindings/rs-timeout/Cargo.toml" - ] -}
\ No newline at end of file |
