Skip to content

Commit

Permalink
0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
allevato committed Jan 23, 2019
1 parent 038dec7 commit 5f864f7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
31 changes: 29 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,34 @@
# Change Log

## Version 0.1.0 (January 23, 2019)

### New Features

- 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.

## Version 0.0.2 (November 28, 2018)
* Fix an issue where runtime dependencies were listed as development dependencies.

- Fix an issue where runtime dependencies were listed as development dependencies.

## Version 0.0.1 (November 28, 2018)
* Initial release.

- Initial release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-bazel",
"displayName": "vscode-bazel",
"description": "Bazel BUILD integration",
"version": "0.0.2",
"version": "0.1.0",
"publisher": "BazelBuild",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 5f864f7

Please sign in to comment.