vivaxy / vscode-conventional-commits

💬Conventional Commits for VSCode.
https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits
MIT License
324 stars 35 forks source link

Web extension support #237

Open DerZade opened 2 years ago

DerZade commented 2 years ago

image

When trying to install this extension in a web instance it states:

The 'Conventional Commits' extension is not available in Visual Studio Code for the Web.

Tbh. I don't have an experience in writing VSCode extension, so I don't know if that's even possible and how much effort it would be. To me it just seems like this extension doesn't do anything "special", which would hinder it working on the web.

Here is the Reference for writing Web Extensions: https://code.visualstudio.com/api/extension-guides/web-extensions

PS: Thanks a lot for the amazing extension <3