Skip to content
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

Build extension with Bazel #293

Closed
UebelAndre opened this issue Jan 29, 2023 · 2 comments
Closed

Build extension with Bazel #293

UebelAndre opened this issue Jan 29, 2023 · 2 comments

Comments

@UebelAndre
Copy link

I've been looking for a way to build vscode plugins with Bazel. I think it'd be a good improvement and very helpful to the community if rules were written to build this plugin using Bazel so others can see a concrete example of how to do so.

@cameron-martin
Copy link
Collaborator

I've had a look into this, and the first hurdle I encountered was the packaging of vsix files. Since these are just zips, it makes sense to use rules_pkg for this. These are mainly just the compiled JS files, package.json, etc, but they do include some generated metadata files which I guess we'd need to generate using vscode-vsce as a library.

@cameron-martin
Copy link
Collaborator

cameron-martin commented Jan 23, 2024

Duplicate of #200

@cameron-martin cameron-martin marked this as a duplicate of #293 Jan 23, 2024
@cameron-martin cameron-martin closed this as not planned Won't fix, can't repro, duplicate, stale Jan 23, 2024
@cameron-martin cameron-martin marked this as a duplicate of #200 Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants