vscode-text-pastry
vscode-text-pastry copied to clipboard
Implement as Web Extension
This extension is currently not available on VS Code for the Web (github.dev, for example).
I believe the only thing that could prevent this from happening is the use of the node-copy-paste dependency, but I believe since then VS Code has added an extension API method to access the API. If so, switch to that method, remove node-copy-paste dependency, and do what needs to happen to allow the extension to work as a Web Extension.
Code complete, waiting for next release