imlinhanchao / vsc-google-translate

A Translate Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=hancel.google-translate
MIT License
107 stars 17 forks source link

Doesn't work with vscode web #43

Open vvasuki opened 1 week ago

vvasuki commented 1 week ago

I see this notice when I try to install and use on the browser version -

The 'Google Translate' extension is not available in Visual Studio Code for the Web.

Why? There is no need for a hard disk etc..

imlinhanchao commented 1 week ago

The reason it cannot be used on the web is that when the extension was initially developed, VSCode did not yet have a web version. I will find time to try to support it. However, since it requires requests to Google Translate's API during usage, I suspect there may be cross-origin issues.