vscode-bazel icon indicating copy to clipboard operation
vscode-bazel copied to clipboard

Make the VSCode extension compatible with https://vscode.dev/ and https://github.dev/

Open beingminimal opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. Developers are not able to use this extension with https://vscode.dev/ and https://github.dev/

Describe the solution you'd like: Make the VSCode extension compatible with https://vscode.dev/ and https://github.dev/ @allevato @thomasvl @dierksen @reinhillmann @philwo @fweikert Please consider this as DX improvement and give some priority for it. Thanks

Describe alternatives you've considered:

No alternatives available.

Additional context:

Here is more info https://aka.ms/vscode-web-extensions-guide https://code.visualstudio.com/api/extension-guides/web-extensions

Screenshot of extension showing not compatible with web version. Screenshot 2022-04-25 11 15 03

beingminimal avatar Apr 25 '22 05:04 beingminimal

Are you expecting all features to work on the browser? If so, I'm not sure this'll be possible since they often need to interact with bazel.

Basic things like syntax highlighting could work though, with other features disabled

cameron-martin avatar Jan 23 '24 12:01 cameron-martin