From f7950316e46dd0e1889da5cab7bd4af5e97bd42e Mon Sep 17 00:00:00 2001 From: Jan Niklas Hasse Date: Thu, 21 Feb 2019 12:39:07 +0100 Subject: [PATCH] Updated Visual Studio Code (markdown) --- Visual-Studio-Code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Visual-Studio-Code.md b/Visual-Studio-Code.md index 548dcdc..a7e32f1 100644 --- a/Visual-Studio-Code.md +++ b/Visual-Studio-Code.md @@ -96,7 +96,7 @@ So you could hit `-t` to see callees up to 3rd level if you set ` ### Using vscode-ccls along side vscode-cpptools extension for debugger support -The `vscode-ccls` extension doesn't provide any debugger integration. One popular option is to use the [vscode-cpptools](https://github.com/Microsoft/vscode-cpptools) extension for this aspect. By default however, `vscode-cpptools` provides editor features that overlap with CQuery, which yields duplicate results in things like autocomplete. The following settings may be applied to disable the editor support of `vscode-cpptools` to prevent this from happening, while still retaining the debugger features. +The `vscode-ccls` extension doesn't provide any debugger integration. One popular option is to use the [vscode-cpptools](https://github.com/Microsoft/vscode-cpptools) extension for this aspect. By default however, `vscode-cpptools` provides editor features that overlap with ccls, which yields duplicate results in things like autocomplete. The following settings may be applied to disable the editor support of `vscode-cpptools` to prevent this from happening, while still retaining the debugger features. ```json "C_Cpp.autocomplete": "Disabled",