vscode-bazel
vscode-bazel copied to clipboard
Add compiler/linker(config_setting) options to specific targets
I use multiple defined config_settings that are specific to specific targets(not generic so can't be added to .bazelrc). It will be cool to add them into somewhere in the 'BAZEL BUILD TARGETS' view.
Example:
bazel build //target:target_dep --compilation_mode=dbg
bazel build //target:target_dep --define COMPILATION_TYPE=dbg