We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0750e34 commit 3c44983Copy full SHA for 3c44983
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