Skip to content
Discussion options

You must be logged in to vote

I think I figured this out there's two pieces to this.

One package your extension for web. You can follow the example e.g helloworld-web-sample. These assets will then need to be served by the server for vscode for web.

The main page "workbench.html" contains the HTML attribute vscode-workbench-web-configuration which gets set to a JSON dictionary containing important configuration information. The value
is the JSON representation of an instance of IWorkbenchConstructionOptions. Notably this contains additionalBuiltinExtensions which allows us to bundle in additional web extensions by setting the URIs they are being served

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@jlewi
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@jlewi
Comment options

Answer selected by jlewi
@factubsio
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants