Skip to content

Commit a89c387

Browse files
committed
Remove FindModule.ts since its long since been deprecated
And the associated handlers in PSES do not exist.
1 parent 68b5712 commit a89c387

File tree

3 files changed

+2
-107
lines changed

3 files changed

+2
-107
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@
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",

src/features/FindModule.ts

-104
This file was deleted.

src/main.ts

-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { ExamplesFeature } from "./features/Examples";
1212
import { ExpandAliasFeature } from "./features/ExpandAlias";
1313
import { ExtensionCommandsFeature } from "./features/ExtensionCommands";
1414
import { ExternalApiFeature, IPowerShellExtensionClient } from "./features/ExternalApi";
15-
import { FindModuleFeature } from "./features/FindModule";
1615
import { GenerateBugReportFeature } from "./features/GenerateBugReport";
1716
import { GetCommandsFeature } from "./features/GetCommands";
1817
import { 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(),

0 commit comments

Comments
 (0)