qjebbs / vscode-plantuml

Rich PlantUML support for Visual Studio Code.
MIT License
1.07k stars 150 forks source link

VSCode Web Extension Migration #553

Open HeinrichAD opened 11 months ago

HeinrichAD commented 11 months ago

Is it possible to migrate this extension to a web extension?

The benefits are obvious. This extension could be included in the browser versions of VSCode such as vscode.dev or in the IDE integration of GitHub and GitLab.

Documentation:

javiertmar commented 4 months ago

It is possible that adding the next entry to the package.json will work on the web:

"browser": "./out/src/extension",

HeinrichAD commented 4 months ago

No that's not the case here. There is much to do to get this extension working as a web extension.

Take a look at the shard link to the documentation above. Nearly, all these steps need to be done for this project to be able to run as a web extension.