-
STR:
1. Open vscode, wait while cquery is loaded
2. Kill cquery process (or restart cquery via command), it will be restarted automatically
3. There are some errors in source file parsing appear:
…
-
com.google.devtools.build.lib.query2.cquery.ConfiguredTargetQuerySemanticsTest testQueryTimeLoadingOfTargetsBelowPackageHappyPath | 2 | Mon 28 Aug 2023 at 20:51 UTC
-- | -- | --
com.google.devto…
-
*Title*:
bazel cquery fails with missing BUILD file errors
*Description*:
Any invocation of `bazel cquery` fails because bazel believes there are missing BUILD files.
*Repro steps*:
```…
-
### Description of the feature request:
Make providers returned by aspects requested on the command-line available to cquery Starlark output.
### Feature requests: what underlying problem are yo…
-
**What version of protobuf and what language are you using?**
Version: head
Language: C++
**What operating system (Linux, Windows, ...) and version?**
Linux
**What did you do?**
Steps to rep…
-
See https://github.com/cquery-project/cquery/issues/755
-
I installed ide-cquery and the latest version of cquery, but whenever I open atom, I get this message:
```
cquery language server for C++ unable to start
Error: spawn cquery ENOENT
```
-
Before the very recent change (to use the new lsp API), `.cquery_cached_index` was put in the project root. Now it ends up in the directory containing the first file you edit, which is surely unintend…
-
Example using external compile_commands directory, and remove the header insertion decorators to remove the strange dot.
```
let g:lsc_server_commands = {
\ 'c': 'clangd --compile-commands-dir=~/c…
-
### Description
It appears that bazel `cquery` output when using the starlark output format [has changed in bazel 6](https://github.com/bazelbuild/bazel/issues/17864). The difference is that it now…