Skip to content

Commit 6225390

Browse files
committed
Remove deprecated/superfluous RunCode feature
1 parent 3ba25fe commit 6225390

File tree

3 files changed

+0
-120
lines changed

3 files changed

+0
-120
lines changed

src/features/RunCode.ts

-62
This file was deleted.

src/main.ts

-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import { OpenInISEFeature } from "./features/OpenInISE";
2121
import { PesterTestsFeature } from "./features/PesterTests";
2222
import { PickPSHostProcessFeature, PickRunspaceFeature } from "./features/DebugSession";
2323
import { RemoteFilesFeature } from "./features/RemoteFiles";
24-
import { RunCodeFeature } from "./features/RunCode";
2524
import { ShowHelpFeature } from "./features/ShowHelp";
2625
import { SpecifyScriptArgsFeature } from "./features/DebugSession";
2726
import { Logger } from "./logging";
@@ -139,7 +138,6 @@ export async function activate(context: vscode.ExtensionContext): Promise<IPower
139138
new ISECompatibilityFeature(),
140139
new OpenInISEFeature(),
141140
new PesterTestsFeature(sessionManager, logger),
142-
new RunCodeFeature(sessionManager, logger),
143141
new CodeActionsFeature(logger),
144142
new SpecifyScriptArgsFeature(context),
145143
];

test/features/RunCode.test.ts

-56
This file was deleted.

0 commit comments

Comments
 (0)