This commit is contained in:
Johannes Rieken 2021-02-25 13:02:36 +01:00
parent 1b83aa0bce
commit 44afa91ef6

View file

@ -150,6 +150,7 @@ function registerContextKeyCompletions(): vscode.Disposable {
[{ language: 'json', pattern: '**/package.json' }, [
['contributes', 'menus', '*', '*', 'when'],
['contributes', 'views', '*', '*', 'when'],
['contributes', 'viewsWelcome', '*', 'when'],
['contributes', 'keybindings', '*', 'when'],
['contributes', 'keybindings', 'when'],
]]