File tree Expand file tree Collapse file tree 3 files changed +2
-107
lines changed
Expand file tree Collapse file tree 3 files changed +2
-107
lines changed Original file line number Diff line number Diff line change 229229 {
230230 "command" : " PowerShell.PowerShellFindModule" ,
231231 "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!"
233234 },
234235 {
235236 "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";
1212import { ExpandAliasFeature } from "./features/ExpandAlias" ;
1313import { ExtensionCommandsFeature } from "./features/ExtensionCommands" ;
1414import { ExternalApiFeature , IPowerShellExtensionClient } from "./features/ExternalApi" ;
15- import { FindModuleFeature } from "./features/FindModule" ;
1615import { GenerateBugReportFeature } from "./features/GenerateBugReport" ;
1716import { GetCommandsFeature } from "./features/GetCommands" ;
1817import { HelpCompletionFeature } from "./features/HelpCompletion" ;
@@ -159,7 +158,6 @@ export async function activate(context: vscode.ExtensionContext): Promise<IPower
159158 new ExpandAliasFeature ( ) ,
160159 new GetCommandsFeature ( logger ) ,
161160 new ShowHelpFeature ( ) ,
162- new FindModuleFeature ( ) ,
163161 new ExtensionCommandsFeature ( logger ) ,
164162 new NewFileOrProjectFeature ( ) ,
165163 new RemoteFilesFeature ( ) ,
You can’t perform that action at this time.
0 commit comments