Updated Visual Studio Code (markdown)

Fangrui Song 2018-09-29 21:20:08 -07:00
parent c6570d91cf
commit dba61dc16b

@ -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 If you run into issues, you can view debug output by running the
(`F1`) `View: Toggle Output` command and opening the `ccls` output section. (`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 ## 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. 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 If for whatever reason you cannot generate a `compile_commands.json` file, you
can add the flags to the `ccls.clang.extraArgs` configuration can add the flags to the `ccls.clang.extraArgs` configuration