bazel-stack-vscode-cc icon indicating copy to clipboard operation
bazel-stack-vscode-cc copied to clipboard

C/C++ Support For Bazel Stack VSCode Extension

Results 6 bazel-stack-vscode-cc issues
Sort by recently updated
recently updated
newest added

Extension running on Windows depends on the default terminal setting (and doesn't work in any of them). If my terminal shell is set to bash, then the following happens: ```...

The generate comp database python script fails due to appending all of the compile command json files at the same time. This problem could be handled in a better way...

The list of temporary compile command json files generated on build events can have many duplicates. This PR deduplicates that list before building up the compilation db. This can lead...

Thanks for the extension, but is there a way to execute what the vs code command does from a shell script to generate the compile_commands.json?

When attempting to build a compilation database for a target with "target_compatible_with" set to something other than the host platform, the plugin fails to generate a compilation database. Example output:...

The command ``` bazel build --override_repository=bazel_vscode_compdb=/Users/hdx/.vscode/extensions/stackbuild.bazel-stack-vscode-cc-1.2.0/compdb/ --aspects=@bazel_vscode_compdb//:aspects.bzl%compilation_database_aspect ...... ``` ERROR: Unable to find package for @@[unknown repo 'bazel_vscode_compdb' requested from @@]//:aspects.bzl: The repository '@@[unknown repo 'bazel_vscode_compdb' requested from @@]' could...