We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e406d2c commit fb2a0afCopy full SHA for fb2a0af
src/features/ShowHelp.ts
@@ -22,7 +22,7 @@ export class ShowHelpFeature implements IFeature {
22
"Unable to instantiate; language client undefined.");
23
return;
24
}
25
- if (item === undefined) {
+ if (!item || !item.Name) {
26
27
const editor = vscode.window.activeTextEditor;
28
0 commit comments