All notable changes to the "vscode-translator-voice" extension will be documented in this file.
- Fix createOutputChannle part so as not to create the channel every time the extension's configuration change occurs
- Fix security vulnerability: upgrade serialize-javascript to 5.0.1
- Fix security vulnerability: upgrade mocha to 8.0.1
- Disable a command
extension.translatorvoice.translate
when editor Has no text selection - Add all commands to a category
TranslatorVoice
- Refactor code:
extension.ts
- Change a path for temporary sound data from workspace specific directory to global directory (
vscode.ExtensionContext.globalStoragePath
) - Unlink sound file after its playout
- Properties values in the extension app are updated with new configuration values without app restart - Issue #1
- Fixup bug: Toggled Voice state isn't persisted - Issue #2
- Changed StatusBarItem Label =>
Voice [enabled/disabled]
- Initial release (alpha release)