mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
also support when in viewsWelcome, https://github.com/microsoft/vscode/issues/9303
This commit is contained in:
@@ -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'],
|
||||
]]
|
||||
|
||||
Reference in New Issue
Block a user