File tree 3 files changed +2
-107
lines changed
3 files changed +2
-107
lines changed Original file line number Diff line number Diff line change 229
229
{
230
230
"command" : " PowerShell.PowerShellFindModule" ,
231
231
"title" : " Find/Install PowerShell Modules from the Gallery" ,
232
- "category" : " PowerShell"
232
+ "category" : " PowerShell" ,
233
+ "deprecationMessage" : " This feature is no longer available, we're sorry!"
233
234
},
234
235
{
235
236
"command" : " PowerShell.ShowAdditionalCommands" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import { ExamplesFeature } from "./features/Examples";
12
12
import { ExpandAliasFeature } from "./features/ExpandAlias" ;
13
13
import { ExtensionCommandsFeature } from "./features/ExtensionCommands" ;
14
14
import { ExternalApiFeature , IPowerShellExtensionClient } from "./features/ExternalApi" ;
15
- import { FindModuleFeature } from "./features/FindModule" ;
16
15
import { GenerateBugReportFeature } from "./features/GenerateBugReport" ;
17
16
import { GetCommandsFeature } from "./features/GetCommands" ;
18
17
import { HelpCompletionFeature } from "./features/HelpCompletion" ;
@@ -159,7 +158,6 @@ export async function activate(context: vscode.ExtensionContext): Promise<IPower
159
158
new ExpandAliasFeature ( ) ,
160
159
new GetCommandsFeature ( logger ) ,
161
160
new ShowHelpFeature ( ) ,
162
- new FindModuleFeature ( ) ,
163
161
new ExtensionCommandsFeature ( logger ) ,
164
162
new NewFileOrProjectFeature ( ) ,
165
163
new RemoteFilesFeature ( ) ,
You can’t perform that action at this time.
0 commit comments