mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Merge #4349
4349: package.json: Minor configuration spelling fix r=matklad a=seanbright Co-authored-by: Sean Bright <seanbright@users.noreply.github.com>
This commit is contained in:
commit
5b697d5693
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@
|
|||
"ms-vscode.cpptools"
|
||||
],
|
||||
"default": "auto",
|
||||
"description": "Preffered debug engine.",
|
||||
"description": "Preferred debug engine.",
|
||||
"markdownEnumDescriptions": [
|
||||
"First try to use [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb), if it's not installed try to use [MS C++ tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools).",
|
||||
"Use [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb)",
|
||||
|
|
Loading…
Reference in a new issue