Glebs Ivanovskis

Results 175 comments of Glebs Ivanovskis

It should be possible to use PCRE library either directly or via existing Golang wrappers.

This is supposed to be fixed in latest versions (4.2.0 and above, see #1258). Consider upgrading.

@gonzalo-, I don't know for sure, but I guess you will have to upgrade Grafana as well, see 3688174923aaf4a0d3676f3b9024000c363d80fb

@nickdiego, could you please merge and release this fix, please?

> push: having a support for things like `--compile-commands-dir=${command:cmake.buildDirectory}` would make the usage easier. @Febbe, see https://github.com/clangd/vscode-clangd/issues/218#issuecomment-898869786 or https://github.com/clangd/vscode-clangd/issues/349#issuecomment-1158602331 for a workaround for this particular use case.

> After opening any file from Proj2-5 it should not trigger C/C++ intellisense features (background and dynamic indexing, AST). It should behave as if vscode-clangd and clangd is not even...

> is there already a way to tell clangd where additional source files are. You can create `compile_commands.json` for external libraries and (if necessary) [point clangd to them using config...