Open
Description
Considering the codebase is in typescript, is it possible to support browser sandbox for vscode extension?
This will make the extension a web extension and allow it to run on browser at github.dev
or vscode.dev
.
The way I understand from the vscode docs, it packs the extension in webpack for browser usecase.