https://github.com/stackb/bazel-stack-vscode-go
Additional go support for the bazel-stack-vscode extension
https://github.com/stackb/bazel-stack-vscode-go
Last synced: 10 months ago
JSON representation
Additional go support for the bazel-stack-vscode extension
- Host: GitHub
- URL: https://github.com/stackb/bazel-stack-vscode-go
- Owner: stackb
- Created: 2020-10-02T19:11:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T03:10:39.000Z (about 5 years ago)
- Last Synced: 2025-02-14T14:51:44.923Z (11 months ago)
- Language: TypeScript
- Homepage: https://stackb.github.io/bazel-stack-vscode-go/
- Size: 214 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# bazel-stack-vscode-go
Additional support for [rules_go](https://github.com/bazelbuild/rules_go) in
conjunction with [bazel-stack-vscode](https://marketplace.visualstudio.com/items?itemName=StackBuild.bazel-stack-vscode)
## Features
Problem matcher for rules_go 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)