vscode-clangd icon indicating copy to clipboard operation
vscode-clangd copied to clipboard

Add integration with cmake-tools extension

Open sr-tream opened this issue 1 year ago • 1 comments

This PR add integration with cmake-tools extension. It uses exported API instead of querying the extension instance directly, so this integration must work with any cmake-tools forks, that implement this API.

This PR is cannot use as a complete replacement for .clangd configure file - it not pass --query-driver to clangd because clangd doesn't support change this via LSP. So this PR just alternative to export compile commands (clangd in VSCode now may work with --compile_args_from=lsp flag).

Resolves #233, #498

sr-tream avatar May 26 '23 23:05 sr-tream

In force-push, added missed field in package-lock.json

sr-tream avatar May 27 '23 12:05 sr-tream

Feature implemented in extension, with provided API (#575)

https://github.com/sr-tream/vscode-clangd-cmake

sr-tream avatar Jul 05 '24 03:07 sr-tream