Bundle the extension to support web environments
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
>The first reason to bundle your Visual Studio Code extension is to make sure it works for everyone using VS Code on any platform. Only bundled extensions can be used in VS Code for Web environments like [github.dev](https://github.dev/) and [vscode.dev](https://vscode.dev/). When VS Code is running in the browser, it can only load one file for your extension so the extension code needs to be bundled into one single web-friendly JavaScript file. This also applies to [Notebook Output Renderers](https://code.visualstudio.com/api/extension-guides/notebook#notebook-renderer), where VS Code will also only load one file for your renderer extension.
https://code.visualstudio.com/api/working-with-extensions/bundling-extension
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.