We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FindModule.ts
1 parent 757dd06 commit 053031eCopy full SHA for 053031e
package.json
@@ -229,7 +229,8 @@
229
{
230
"command": "PowerShell.PowerShellFindModule",
231
"title": "Find/Install PowerShell Modules from the Gallery",
232
- "category": "PowerShell"
+ "category": "PowerShell",
233
+ "deprecationMessage": "This feature is no longer available, we're sorry!"
234
},
235
236
"command": "PowerShell.ShowAdditionalCommands",
src/features/FindModule.ts
src/main.ts
@@ -12,7 +12,6 @@ import { ExamplesFeature } from "./features/Examples";
12
import { ExpandAliasFeature } from "./features/ExpandAlias";
13
import { ExtensionCommandsFeature } from "./features/ExtensionCommands";
14
import { ExternalApiFeature, IPowerShellExtensionClient } from "./features/ExternalApi";
15
-import { FindModuleFeature } from "./features/FindModule";
16
import { GenerateBugReportFeature } from "./features/GenerateBugReport";
17
import { GetCommandsFeature } from "./features/GetCommands";
18
import { HelpCompletionFeature } from "./features/HelpCompletion";
@@ -159,7 +158,6 @@ export async function activate(context: vscode.ExtensionContext): Promise<IPower
159
158
new ExpandAliasFeature(),
160
new GetCommandsFeature(logger),
161
new ShowHelpFeature(),
162
- new FindModuleFeature(),
163
new ExtensionCommandsFeature(logger),
164
new NewFileOrProjectFeature(),
165
new RemoteFilesFeature(),
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments