- made bazel executable path configurable (bazel.executablePath)
- allow to manage multi folder workspace
- allow to create cpp project from a subdirectory of a bazel project
- follow TypeScript guidelines https://github.com/Microsoft/TypeScript/wiki/Coding-guidelines
- made command buttons in status bar optional
- changed command descriptions and labels
- changed color scheme for buttons
- quick pick no longer waits until the bazel query finishes
- only showing binary targets for bazel run
- making use of the
QuickPickItem
details property to show more information in the quick pick - removed table view option #1
- added bazel clean command
Thank you for contributing:
- init as soon as a
WORKSPACE
file is available - added status bar buttons for build, run and cpp properties generation
- also consider
cc_test
andcc_import
forc_cpp_properties.json
generation
- added option for package and rule excludes
- support for OSX
- use the right path for setting up the workspace
- fixed wrong label decomposition
- only consider c++ targets for
c_cpp_properties.json
generation
- preview release (experimental)