Closed oshliaer closed 3 years ago
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.
npm
$> 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.
*.vsix
See Managing Extensions in Visual Studio Code # Install from a VSIX
Thanks, I published version 1.4.10 🤝
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.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