Skip to content

updateCommandAbbreviations

updateCommandAbbreviations(state, commandAbbreviations): ExtensionState

Defined in: domain/storage/extension-state.ts:240

Command abbreviation設定を更新します。

ExtensionState

更新前の拡張状態です。

readonly CommandAlias[]

保存するcommand abbreviation一覧です。

ExtensionState

command abbreviation更新後の拡張状態です。

const result = updateCommandAbbreviations(state, commandAbbreviations);

Last updated: