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.
1 parent e9fd45b commit bae02abCopy full SHA for bae02ab
src/main/kotlin/com/intellij/plugin/powershell/ide/run/PowerShellProgramRunner.kt
@@ -19,7 +19,7 @@ import kotlinx.coroutines.withContext
19
import org.jetbrains.concurrency.Promise
20
21
/**
22
- * The main purpose of this runner is to call [RunProfileState.execute] or a background thread instead of a foreground
+ * The main purpose of this runner is to call [RunProfileState.execute] on a background thread instead of a foreground
23
* one, as our [RunProfileState] implementation requires FS access that's only possible from the background.
24
*/
25
class PowerShellProgramRunner : AsyncProgramRunner<RunnerSettings>() {
0 commit comments