File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 113
113
"category" : " PowerShell"
114
114
},
115
115
{
116
+ <<<<<<< HEAD
116
117
"command" : " PowerShell.RefreshCommandsExplorer" ,
117
118
"title" : " Refresh Command Explorer" ,
118
119
"icon" : {
136
137
"category" : " PowerShell"
137
138
},
138
139
{
140
+ =======
141
+ >>>>>>> Removed ShowOnlineHelp Command (#1587)
139
142
"command" : " PowerShell.ShowHelp" ,
140
143
"title" : " Get Help for Command" ,
141
144
"icon" : {
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