funkyremi / vscode-google-translate

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

A temporary custom build #50

Closed oshliaer closed 3 years ago

oshliaer commented 3 years ago

Updated

This patch has been merged and published.

You can use the instructions bottom for your own build "as is".

=============

I would like to suggest manual installation vscode-google-translate-1.4.9-custombuild.vsix as a temporary alternative to patch #49 for issues #46 #14.

You can build the extension for yourself.

npm is required.

$> git clone --single-branch --branch hot_fix_403 https://github.com/contributorpw/vscode-google-translate.git
$> npm i
$> npm i vsce
$> npx vsce package

After that you'll get a *.vsix file in the root of the project.

See Managing Extensions in Visual Studio Code # Install from a VSIX

funkyremi commented 3 years ago

Thanks, I published version 1.4.10 🤝