diff options
author | Sean Bright <[email protected]> | 2020-05-06 16:22:24 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-06 16:22:24 +0100 |
commit | 9a4553b833e8fa57a361d934c3498efa485d27c9 (patch) | |
tree | c139651d9fa79782c8f666b9ac1c22bc0a78ca4c /editors/code | |
parent | 1252107a3c7964ac2e5e7726173b56bb4dfbe621 (diff) |
package.json: Minor configuration spelling fix
Diffstat (limited to 'editors/code')
-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)", |