-
The reason seems to be that since the default config places the cquery cache in the project directory, VSCode tries to watch all the files in the cache as cquery adds them. Changing the cache director…
-
### Description of the problem:
`cquery --output=starlark --starlark:expr="providers(target)"` does not include `DefaultInfo` as expected.
Reproduction:
```
cc_binary(
name = 'foo',
src…
-
Repro:
```
% cat WORKSPACE
% cat BUILD
load("//:myrule.bzl", "myrule")
exports_files(["a.txt"])
filegroup(
name = "files",
srcs = ["a.txt"],
)
myrule(name = "my_rule")
% c…
jin updated
10 months ago
-
Cmake runs without errors-- `cmake -DCMAKE_BUILD_TYPE=RELEASE -DSYSTEM_CLANG=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ../..`
but when running make:
```
[ 25%] Building CXX object CMakeFiles/cquery…
-
master at 32005b79018cdfc50262bfdb54d24ffafa19b88d
Follow build instructions at https://github.com/cquery-project/cquery/wiki/Building-cquery
```
jamescook@jamescook:/w/cquery2/build (master)$ …
-
Recently I run into the situation quite often that I cannot save a changed file in VS Code, because the file is in use by another process. When I kill the `cquery.exe` process, I can save the file, so…
-
Hi, I have been getting this error from the syntax checker using cquery. I only get it when i split my project into src and include folders. I am using cmake and using a build dir. When i just use a b…
-
When I coding, using _.cquery_ instead of _compile_commands.json_ is more convenient because I will create or rename files later. But cquery will teat the folder exist _.cquery_ file as root f…
-
Hi,
I'm not sure where to search to correct this, so I start asking here.
the `*lsp-cquery stderr*` buffer contains "color char commands" that are not interprented, see sample image :
![capture d…
-
When doing `cquery` using the [`attr`](https://bazel.build/query/language#attr) function, on an attribute with a `select`, all values of the select appear to be included, leading to confusing results.…
katre updated
11 months ago