File tree 3 files changed +0
-120
lines changed
3 files changed +0
-120
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import { OpenInISEFeature } from "./features/OpenInISE";
21
21
import { PesterTestsFeature } from "./features/PesterTests" ;
22
22
import { PickPSHostProcessFeature , PickRunspaceFeature } from "./features/DebugSession" ;
23
23
import { RemoteFilesFeature } from "./features/RemoteFiles" ;
24
- import { RunCodeFeature } from "./features/RunCode" ;
25
24
import { ShowHelpFeature } from "./features/ShowHelp" ;
26
25
import { SpecifyScriptArgsFeature } from "./features/DebugSession" ;
27
26
import { Logger } from "./logging" ;
@@ -139,7 +138,6 @@ export async function activate(context: vscode.ExtensionContext): Promise<IPower
139
138
new ISECompatibilityFeature ( ) ,
140
139
new OpenInISEFeature ( ) ,
141
140
new PesterTestsFeature ( sessionManager , logger ) ,
142
- new RunCodeFeature ( sessionManager , logger ) ,
143
141
new CodeActionsFeature ( logger ) ,
144
142
new SpecifyScriptArgsFeature ( context ) ,
145
143
] ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments