You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cases where the integrated terminal is causing code to run differently (can't explain fully but it does not compared to PowerShell.exe), I want to close the PowerShell Integrated Terminal.
Whenever I delete that from the terminal and perform an action that requires the extension to perform an action (intellisense, ect.) I get a prompt at the top of the window and am forced to reload Code.
I'm not sure if there is a consensus on this but if I'm not using the Integrated session I'd prefer it to not start at all.
There seems to be a bug here in general, thanks for letting me know about it. You can disable loading of the integrated console entirely by using this setting:
"powershell.startAutomatically": false
Note that this will disable all language features so IntelliSense, etc won't work while this is set to false. Another option is just to not show the PowerShell Integrated Console when you first open a PowerShell file:
This change fixes some issues with switching and restarting the active
PowerShell session after our migration to the new vscode-languageclient
package. They changed their error handling code in a way that caused
our shutdown process to get stuck in a loop.
FixesPowerShell#737FixesPowerShell#782
daviwil
added a commit
to daviwil/vscode-powershell
that referenced
this issue
May 30, 2017
This change fixes some issues with switching and restarting the active
PowerShell session after our migration to the new vscode-languageclient
package. They changed their error handling code in a way that caused
our shutdown process to get stuck in a loop.
FixesPowerShell#737FixesPowerShell#782
System Details
$PSVersionTable
:Issue Description
In cases where the integrated terminal is causing code to run differently (can't explain fully but it does not compared to PowerShell.exe), I want to close the PowerShell Integrated Terminal.
Whenever I delete that from the terminal and perform an action that requires the extension to perform an action (intellisense, ect.) I get a prompt at the top of the window and am forced to reload Code.
I'm not sure if there is a consensus on this but if I'm not using the Integrated session I'd prefer it to not start at all.
Logs.zip
The text was updated successfully, but these errors were encountered: