diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-05-06 17:46:55 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-06 17:46:55 +0100 |
commit | 5b697d5693091c2e9da0d8c7d50fdbff7e7a3147 (patch) | |
tree | 155feb78e20de48834d554fbcdc49bb951b41b39 /editors | |
parent | b832dfc917313633e4d5484deca47b1b117140b5 (diff) | |
parent | 9a4553b833e8fa57a361d934c3498efa485d27c9 (diff) |
Merge #4349
4349: package.json: Minor configuration spelling fix r=matklad a=seanbright
Co-authored-by: Sean Bright <[email protected]>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index eeb3d3513..8849615c8 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -405,7 +405,7 @@ | |||
405 | "ms-vscode.cpptools" | 405 | "ms-vscode.cpptools" |
406 | ], | 406 | ], |
407 | "default": "auto", | 407 | "default": "auto", |
408 | "description": "Preffered debug engine.", | 408 | "description": "Preferred debug engine.", |
409 | "markdownEnumDescriptions": [ | 409 | "markdownEnumDescriptions": [ |
410 | "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).", | 410 | "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).", |
411 | "Use [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb)", | 411 | "Use [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb)", |