Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

59 lines (35 loc) · 1.67 KB

Change Log

日本語(Japanese)

English is here

[1.1.1] - 2024-06-29

修正

  • 拡張機能コマンドのカテゴリを設定
  • 拡張機能のアイコンの背景が透過されていなかった問題を修正

[1.1.0] - 2024-06-25

追加

  • 折り返しを有効にするときの値をon, wordWrapColumn, boundedから選択できるようにした。
  • 日本語のコマンドタイトルを追加。

修正

  • 表示言語がja/en以外の時にエラーになってしまっていた不具合を修正。
  • editor.wordWrapを意図せず常にワークスペース設定で書き込んでいた不具合を修正 → 書き込み先を設定できるよう変更(ディフォルトはグローバル設定)。

[1.0.0] - 2024-06-23

  • 初回リリース

English(英語)

日本語(Japanese)はこちら

[1.1.1] - 2024-06-29

Fixed

  • Set categories for extension commands
  • Fixed an issue the background of the extension icon was not transparent

[1.1.0] - 2024-06-25

Added

  • Added the ability to choose the value for enabling word wrap from on, wordWrapColumn, and bounded.
  • Added the Japanese command title.

Fixed

  • 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).

[1.0.0] - 2024-06-23

  • Initial release