Skip to content

Commit 5cb23fa

Browse files
bergmeisterChristoph Bergmeister
and
Christoph Bergmeister
authored
Remove broken 'Select PSScriptAnalyzer Rules' command (#2659)
* Remove broken 'Select PSScriptAnalyzer Rules' command * remove code that backed the feature Co-authored-by: Christoph Bergmeister <christoph.bergmeister@bjss.com>
1 parent 7dadd34 commit 5cb23fa

File tree

3 files changed

+0
-77
lines changed

3 files changed

+0
-77
lines changed

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,6 @@
236236
"title": "Show Session Menu",
237237
"category": "PowerShell"
238238
},
239-
{
240-
"command": "PowerShell.SelectPSSARules",
241-
"title": "Select PSScriptAnalyzer Rules",
242-
"category": "PowerShell"
243-
},
244239
{
245240
"command": "PowerShell.ShowSessionConsole",
246241
"title": "Show Integrated Console",

src/features/SelectPSSARules.ts

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

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import { OpenInISEFeature } from "./features/OpenInISE";
2929
import { PesterTestsFeature } from "./features/PesterTests";
3030
import { RemoteFilesFeature } from "./features/RemoteFiles";
3131
import { RunCodeFeature } from "./features/RunCode";
32-
import { SelectPSSARulesFeature } from "./features/SelectPSSARules";
3332
import { ShowHelpFeature } from "./features/ShowHelp";
3433
import { Logger, LogLevel } from "./logging";
3534
import { SessionManager } from "./session";
@@ -154,7 +153,6 @@ export function activate(context: vscode.ExtensionContext): void {
154153
new PesterTestsFeature(sessionManager),
155154
new RunCodeFeature(sessionManager),
156155
new ExtensionCommandsFeature(logger),
157-
new SelectPSSARulesFeature(logger),
158156
new CodeActionsFeature(logger),
159157
new NewFileOrProjectFeature(),
160158
new RemoteFilesFeature(),

0 commit comments

Comments
 (0)