chore: Update show changelog command name
This commit is contained in:
parent
0a93b3a234
commit
50ece3fb83
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ enum Commands {
|
||||||
const OPTIONS: IGenericObject<number> = {
|
const OPTIONS: IGenericObject<number> = {
|
||||||
'Change accent color': Commands.ACCENTS,
|
'Change accent color': Commands.ACCENTS,
|
||||||
'Change color variant': Commands.COLOUR_VARIANT,
|
'Change color variant': Commands.COLOUR_VARIANT,
|
||||||
'Read the changelog': Commands.CHANGELOG
|
'Show changelog': Commands.CHANGELOG
|
||||||
}
|
}
|
||||||
|
|
||||||
export function activate(context: vscode.ExtensionContext) {
|
export function activate(context: vscode.ExtensionContext) {
|
||||||
|
|
Loading…
Reference in a new issue