Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 053031e

Browse files
Remove FindModule.ts since its long since been deprecated (#4228)
And the associated handlers in PSES do not exist.
1 parent 757dd06 commit 053031e

File tree

3 files changed

+2
-107
lines changed

3 files changed

+2
-107
lines changed

‎package.json

Lines changed: 2 additions & 1 deletion
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

Lines changed: 0 additions & 104 deletions
This file was deleted.

‎src/main.ts

Lines changed: 0 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /