The plugin provides a translation source for the ‘comment-translate’ plugin. Itself does not activate, it starts when enabled is selected.
- Provide translation capabilities
- Provides online document link text
Please install comment-translate to use
- Download the plugin from the Release Page
- Install from VSIX:
Extensions
->...
->Install from VSIX...
- Select the downloaded file and install it
- After installation, call the "Change translation source" command of "Comment Translate"
- Check "DeepLX Translate" to configure the plugin API (and token if required)
- Directly use the "Comment Translate" interactive mode to translate the corresponding text
https://api.deeplx.org/translate
This extension contributes the following settings:
deeplxTranslate.apiPath
: DeepLX translation service APIdeeplxTranslate.accessToken
: The token used during translation (if required by the translation service)deeplxTranslate.ignorePattern
: Ignore regular expressions
Calling out known issues can help limit users opening duplicate issues against your extension.
Users appreciate release notes as you update your extension.
Initialize the project, the basic capabilities are implemented
- Install vsce:
npm install -g vsce
- Package:
vsce package