aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-05-06 17:46:55 +0100
committerGitHub <[email protected]>2020-05-06 17:46:55 +0100
commit5b697d5693091c2e9da0d8c7d50fdbff7e7a3147 (patch)
tree155feb78e20de48834d554fbcdc49bb951b41b39
parentb832dfc917313633e4d5484deca47b1b117140b5 (diff)
parent9a4553b833e8fa57a361d934c3498efa485d27c9 (diff)
Merge #4349
4349: package.json: Minor configuration spelling fix r=matklad a=seanbright Co-authored-by: Sean Bright <[email protected]>
-rw-r--r--editors/code/package.json2
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)",