diff --git a/Visual-Studio-Code.md b/Visual-Studio-Code.md index ebc46fa..b137916 100644 --- a/Visual-Studio-Code.md +++ b/Visual-Studio-Code.md @@ -5,6 +5,11 @@ Install the ccls extension from the marketplace [here](https://marketplace.visua If you run into issues, you can view debug output by running the (`F1`) `View: Toggle Output` command and opening the `ccls` output section. +To load vscode-ccls without installing: + +* `code vscode-ccls` +* Press F5 + ## Setting up the extension To tell the extension where to find ccls, either add ccls to your `PATH` or set "ccls.launch.command" in User Settings to the absolute path pointing to ccls. @@ -16,7 +21,7 @@ To tell the extension where to find ccls, either add ccls to your `PATH` or set } ``` -### `ccls.index.extraClangArguments` +### `ccls.clang.extraArgs` If for whatever reason you cannot generate a `compile_commands.json` file, you can add the flags to the `ccls.clang.extraArgs` configuration