chore: Fix menu command

This commit is contained in:
Mattia Astorino 2017-06-13 09:46:37 +02:00
parent ef9abab78c
commit 6acaec949b

View file

@ -9,7 +9,7 @@ enum Commands {
}
const OPTIONS: IGenericObject<number> = {
'Change accents': Commands.ACCENTS
'Change accent color': Commands.ACCENTS
}
export function activate(context: vscode.ExtensionContext) {