0

[Docs] Update Visual Studio Code Dev Setting to Correct Case

Change-Id: I3098e2660bb0ca6bade420c8b6ff7a51a4669ca4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4956836
Auto-Submit: Josiah Krutz <josiahk@google.com>
Reviewed-by: Anastasia Helfinstein <anastasi@google.com>
Commit-Queue: Anastasia Helfinstein <anastasi@google.com>
Cr-Commit-Position: refs/heads/main@{#1213009}
This commit is contained in:
Josiah Krutz
2023-10-20 23:48:46 +00:00
committed by Chromium LUCI CQ
parent e837b368b1
commit 850981378f

@ -115,7 +115,7 @@ $ echo "ms-vscode.cpptools llvm-vs-code-extensions.vscode-clangd ms-python.pytho
functions like jumping to definition, and provide smarter autocompletion
than **C/C++** extension's IntelliSense, but they also conflicts with each
other. To resolve the conflict, add the following to `settings.json`:
`"C_Cpp.intelliSenseEngine": "disabled"`. See [clangd.md](clangd.md) for
`"C_Cpp.intelliSenseEngine": "Disabled"`. See [clangd.md](clangd.md) for
setup instructions.
* [**Python**](https://marketplace.visualstudio.com/items?itemName=ms-python.python) -
Linting, intellisense, code formatting, refactoring, debugging, snippets.