Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Johnston committed Oct 6, 2020
1 parent d4ac2f6 commit cb520a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# bazel-stack-vscode-cc

Additional support for [rules_go](https://github.com/bazelbuild/rules_go) in
Additional support for [rules_cc](https://github.com/bazelbuild/rules_cc) in
conjunction with [bazel-stack-vscode](https://marketplace.visualstudio.com/items?itemName=StackBuild.bazel-stack-vscode)

> NOTE: this extension currently depends on an unreleased version of
> `bazel-stack-vscode`. This won't work for you just yet!
## Features

Problem matcher for rules_go actions:
Problem matcher for rules_cc actions:

- [GoCompilePkg](https://github.com/bazelbuild/rules_go/blob/440d3abcfcd691f6a374bbbc7f3f6a6acfc6f6e2/go/private/actions/compilepkg.bzl#L131)
- [GoTestGenTest](https://github.com/bazelbuild/rules_go/blob/384d2909c7be2c19fc878c7caa4bcb5ad367d535/go/private/rules/test.bzl#L115)
- `CppCompile`

### 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "bazel-stack-vscode-cc",
"displayName": "bazel-stack-vscode-cc",
"description": "C/C++ Support For Bazel Stack VSCode Extension",
"version": "1.0.0",
"version": "1.0.1",
"icon": "stackb-cc.png",
"engines": {
"vscode": "^1.45.0"
Expand Down

0 comments on commit cb520a8

Please sign in to comment.