chore: Update show changelog command name

This commit is contained in:
Mattia Astorino 2017-09-12 10:12:15 +02:00
parent 0a93b3a234
commit 50ece3fb83
2 changed files with 2 additions and 2 deletions

View file

@ -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) {

File diff suppressed because one or more lines are too long