We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b0022 commit bfc8c4bCopy full SHA for bfc8c4b
package.json
@@ -291,12 +291,12 @@
291
"command": "clangd.switchheadersource",
292
"key": "Alt+o",
293
"mac": "Alt+cmd+o",
294
- "when": "editorTextFocus"
+ "when": "(resourceLangId == c || resourceLangId == cpp || resourceLangId == cuda-cpp || resourceLangId == objective-c || resourceLangId == objective-cpp) && editorTextFocus"
295
},
296
{
297
"command": "clangd.typeHierarchy",
298
"key": "Shift+Alt+t",
299
+ "when": "(resourceLangId == cpp || resourceLangId == cuda-cpp || resourceLangId == objective-c || resourceLangId == objective-cpp) && editorTextFocus"
300
}
301
],
302
"menus": {
0 commit comments