You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeLens adds build/test commands to targets in the editor for BUILD files.
If Buildifier is installed, it will be used as the formatter for BUILD, .bzl, and other Starlark files, and lint warnings will be annotated in
the editor and problems panel.
Targets in BUILD files are now treated as "symbols" so they appear in the
Outline view, can be navigated to using the "Go to Symbol" command, and
so forth.
The "Bazel: Clean" command has been added to the command palette.
The "Bazel Build Targets" explorer view now has an explicit refresh
control to requery the workspace if there are changes that cannot be
auto-detected.
Bug Fixes
Improve path resolution for breakpoints in local/external workspaces, which
should solve some issues with the debugger not stopping when a breakpoint
is reached.
When a Bazel command is invoked from the command palette, a quick pick panel
is now presented that allows the user to type or select which target should
be built or tested.