funkyremi / vscode-google-translate

Translate text right in your code
MIT License
134 stars 39 forks source link

i need change to https://translate.google.cn #31

Closed cloudgogo closed 4 years ago

cloudgogo commented 4 years ago

it doesn't work when i change to the setting:

"vscodeGoogleTranslate.host": "120.0.0.1"       // Proxy disabled if empty
"vscodeGoogleTranslate.port": "8080"            // Proxy port
"vscodeGoogleTranslate.username": "admin"       // Proxy auth disabled if empty
"vscodeGoogleTranslate.password": "password"    // Proxy password

i change the setting to the server i can connected(use the proxy) ,it doesn't work too:

"vscodeGoogleTranslate.proxyHost": "203.208.43.87",
"vscodeGoogleTranslate.proxyPort": "443",
funkyremi commented 4 years ago

The proxy address doesn't seems to be valid. You should try with another proxy.

xz-blender commented 4 years ago

same problem