chore: Fix menu command
This commit is contained in:
parent
ef9abab78c
commit
6acaec949b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ enum Commands {
|
||||||
}
|
}
|
||||||
|
|
||||||
const OPTIONS: IGenericObject<number> = {
|
const OPTIONS: IGenericObject<number> = {
|
||||||
'Change accents': Commands.ACCENTS
|
'Change accent color': Commands.ACCENTS
|
||||||
}
|
}
|
||||||
|
|
||||||
export function activate(context: vscode.ExtensionContext) {
|
export function activate(context: vscode.ExtensionContext) {
|
||||||
|
|
Loading…
Reference in a new issue