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