Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@
{
"command": "PowerShell.PowerShellFindModule",
"title": "Find/Install PowerShell Modules from the Gallery",
"category": "PowerShell"
"category": "PowerShell",
"deprecationMessage": "This feature is no longer available, we're sorry!"
},
{
"command": "PowerShell.ShowAdditionalCommands",
Expand Down
104 changes: 0 additions & 104 deletions src/features/FindModule.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { ExamplesFeature } from "./features/Examples";
import { ExpandAliasFeature } from "./features/ExpandAlias";
import { ExtensionCommandsFeature } from "./features/ExtensionCommands";
import { ExternalApiFeature, IPowerShellExtensionClient } from "./features/ExternalApi";
import { FindModuleFeature } from "./features/FindModule";
import { GenerateBugReportFeature } from "./features/GenerateBugReport";
import { GetCommandsFeature } from "./features/GetCommands";
import { HelpCompletionFeature } from "./features/HelpCompletion";
Expand Down Expand Up @@ -159,7 +158,6 @@ export async function activate(context: vscode.ExtensionContext): Promise<IPower
new ExpandAliasFeature(),
new GetCommandsFeature(logger),
new ShowHelpFeature(),
new FindModuleFeature(),
new ExtensionCommandsFeature(logger),
new NewFileOrProjectFeature(),
new RemoteFilesFeature(),
Expand Down