bazelbuild / vscode-bazel

Bazel support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=BazelBuild.vscode-bazel
Apache License 2.0
231 stars 76 forks source link

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

Open beingminimal opened 2 years ago

beingminimal commented 2 years ago

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

cameron-martin commented 5 months ago

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