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 d0899f7 commit adc0650Copy full SHA for adc0650
module/PowerShellEditorServices/Start-EditorServices.ps1
@@ -310,7 +310,7 @@ try {
310
-AdditionalModules $AdditionalModules `
311
-LanguageServiceNamedPipe $LanguageServicePipeName `
312
-DebugServiceNamedPipe $DebugServicePipeName `
313
- -Stdio:($TransportType -eq "Stdio")`
+ -Stdio:$Stdio.IsPresent`
314
-BundledModulesPath $BundledModulesPath `
315
-EnableConsoleRepl:$EnableConsoleRepl.IsPresent `
316
-DebugServiceOnly:$DebugServiceOnly.IsPresent `
0 commit comments