File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 112
112
"category" : " PowerShell"
113
113
},
114
114
{
115
+ <<<<<<< HEAD
115
116
"command" : " PowerShell.RefreshCommandsExplorer" ,
116
117
"title" : " Refresh" ,
117
118
"icon" : {
131
132
"category" : " PowerShell"
132
133
},
133
134
{
135
+ =======
136
+ >>>>>>> Removed ShowOnlineHelp Command (#1587)
134
137
"command" : " PowerShell.ShowHelp" ,
135
138
"title" : " Get Help for Command" ,
136
139
"category" : " PowerShell"
Original file line number Diff line number Diff line change @@ -36,12 +36,6 @@ export class ShowHelpFeature implements IFeature {
36
36
this . languageClient . sendRequest ( ShowHelpRequestType , item . Name ) ;
37
37
}
38
38
} ) ;
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
- } ) ;
45
39
}
46
40
47
41
public dispose ( ) {
You can’t perform that action at this time.
0 commit comments