Skip to content

Commit 349ec96

Browse files
Fantoomauduchinok
authored andcommitted
Fix RIDER-112169: Add file selector to the env variables field
Add environment variables support from env files in run configurations - Implemented `T4ProgramRunner` for running T4 configurations. - Added `T4DebugRunner` to enable debugging support for T4 configurations. - Registered both runners in `plugin.xml` for proper integration. RiderStyleCopConfigurable: get rid of a public logger Co-authored-by: Ivan Migalev <ivan.migalev@jetbrains.com> Merge-request: IJ-MR-150584 Merged-by: Sergey Vardanyan <sergey.vardanyan@jetbrains.com> GitOrigin-RevId: 6d1d3464e326c0c6cc9b52175ae2e64d13685d33
1 parent 1e458f2 commit 349ec96

File tree

1 file changed

+1
-1
lines changed
  • rider-fsharp/src/main/java/com/jetbrains/rider/plugins/fsharp/services/fsi

1 file changed

+1
-1
lines changed

rider-fsharp/src/main/java/com/jetbrains/rider/plugins/fsharp/services/fsi/FsiHost.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ suspend fun getFsiRunOptions(
106106
runtimeArguments = ""
107107
)
108108

109-
val dotNetExecutable = parameters.toDotNetExecutable()
109+
val dotNetExecutable = parameters.toDotNetExecutableSuspending()
110110
val dotNetRuntime = DotNetRuntime.detectRuntimeForExeOrThrow(
111111
project,
112112
runtimeHost,

0 commit comments

Comments
 (0)