updateCommandAbbreviations
This content is for v1.3.0. Switch to the latest version for up-to-date documentation.
updateCommandAbbreviations(
state,commandAbbreviations):ExtensionState
Defined in: domain/storage/extension-state.ts:240
Command abbreviation設定を更新します。
Parameters
Section titled “Parameters”更新前の拡張状態です。
commandAbbreviations
Section titled “commandAbbreviations”readonly CommandAlias[]
保存するcommand abbreviation一覧です。
Returns
Section titled “Returns”command abbreviation更新後の拡張状態です。
Example
Section titled “Example”const result = updateCommandAbbreviations(state, commandAbbreviations);