-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add latest version of BazelBuild.vscode-bazel #282
Conversation
License: Apache 2.0 https://github.com/bazelbuild/vscode-bazel/blob/1f44b36b9cfbe71ee46f5b5558694eb323e044d9/LICENSE Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
44d5364
to
cd9f15b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, many thanks for adding this extension @marcdumais-work! 🙏
Also, FYI the new recommended way to add extensions here is to simply run:
node add-extension REPO_URL --checkout
This will almost always do exactly the right thing (e.g. here, there is an official .vsix
release availble, so the script will prefer re-publishing that directly).
extensions.json
Outdated
{ | ||
"id": "BazelBuild.vscode-bazel", | ||
"repository": "https://github.com/bazelbuild/vscode-bazel", | ||
"version": "0.4.0", | ||
"checkout": "0.4.0" | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I run node add-extension https://github.com/bazelbuild/vscode-bazel --checkout
, I get this instead:
{ | |
"id": "BazelBuild.vscode-bazel", | |
"repository": "https://github.com/bazelbuild/vscode-bazel", | |
"version": "0.4.0", | |
"checkout": "0.4.0" | |
}, | |
{ | |
"id": "BazelBuild.vscode-bazel", | |
"download": "https://github.com/bazelbuild/vscode-bazel/releases/download/0.4.0/vscode-bazel-0.4.0.vsix", | |
"version": "0.4.0" | |
}, |
Thanks @jankeromnes! |
@marcdumais-work Oops, auto-publishing failed with the same error as in #285 (comment):
|
@spoenemann could you similarly delete the "ghost" extension preventing this one here being re-published? |
Done |
License: Apache 2.0
https://github.com/bazelbuild/vscode-bazel/blob/1f44b36b9cfbe71ee46f5b5558694eb323e044d9/LICENSE
Signed-off-by: Marc Dumais marc.dumais@ericsson.com