r5n-dev / vscode-react-javascript-snippets

Extension for React/Javascript snippets with search supporting ES7+ and babel features
MIT License
1.72k stars 441 forks source link

Enable react snippets on VS Code for web #198

Closed tanhakabir closed 2 years ago

tanhakabir commented 2 years ago

Hey @dsznajder 👋

I'm part of the VS Code team and we recently launched VS Code for the web with vscode.dev! You can read the full guide for extension authors creating and migrating extensions here: Web Extensions

In hopes to help you migrate I helped make the changes necessary to make your extensions work on the web. Here's the full guide on web extension authoring

The changes I made:

You can test my changes with these three ways.

Fixes https://github.com/dsznajder/vscode-es7-javascript-react-snippets/issues/196