- 拡張機能コマンドのカテゴリを設定
- 拡張機能のアイコンの背景が透過されていなかった問題を修正
- 折り返しを有効にするときの値を
on
,wordWrapColumn
,bounded
から選択できるようにした。 - 日本語のコマンドタイトルを追加。
- 表示言語がja/en以外の時にエラーになってしまっていた不具合を修正。
editor.wordWrap
を意図せず常にワークスペース設定で書き込んでいた不具合を修正 → 書き込み先を設定できるよう変更(ディフォルトはグローバル設定)。
- 初回リリース
- Set categories for extension commands
- Fixed an issue the background of the extension icon was not transparent
- Added the ability to choose the value for enabling word wrap from
on
,wordWrapColumn
, andbounded
. - Added the Japanese command title.
- Fixed an issue where an error occurred when the display language was set to anything other than ja/en.
- Fixed an issue where
editor.wordWrap
was unintentionally always being written to workspace settings → Changed to allow setting the update target (default is the global setting).
- Initial release