提交 44afa91e 编写于 作者: J Johannes Rieken

also support when in viewsWelcome, https://github.com/microsoft/vscode/issues/9303

上级 1b83aa0b
......@@ -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'],
]]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册