mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Updated Visual Studio Code (markdown)
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
|
||||||
|
Loading…
Reference in New Issue
Block a user