Skip to content

Commit a604a56

Browse files
corbobrjmholt
authored andcommitted
Removed ShowOnlineHelp Command (#1587)
* Removed ShowOnlineHelp Message * Remove the command element from package.json [Ignore] Fix typo in package.json
1 parent 666e105 commit a604a56

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/features/ShowHelp.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ export class ShowHelpFeature implements IFeature {
3636
this.languageClient.sendRequest(ShowHelpRequestType, item.Name);
3737
}
3838
});
39-
40-
this.deprecatedCommand = vscode.commands.registerCommand("PowerShell.OnlineHelp", () => {
41-
const warnText = "PowerShell.OnlineHelp is being deprecated. Use PowerShell.ShowHelp instead.";
42-
vscode.window.showWarningMessage(warnText);
43-
vscode.commands.executeCommand("PowerShell.ShowHelp");
44-
});
4539
}
4640

4741
public dispose() {

0 commit comments

Comments
 (0)