-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable - WARNING: Editor operations are not supported in temporary consoles. #2525
Disable - WARNING: Editor operations are not supported in temporary consoles. #2525
Comments
@HerBenSte do you use this setting?:
|
@TylerLeonhardt I basically use: I mean, I can ignore it but if there is a way to disable this message it would be appreciated! :-) |
@TylerLeonhardt I only set the value: To make sure everytime I load the PowerShell it's new and no variable are filled with something else before. But since the last update of that extension it takes like 5sec until it starts. At the moment I went back to normal console and not Temporary one. |
Fix out for this ^ |
I'm using:
"powershell.debugging.createTemporaryIntegratedConsole": true
to always start a new console window to prevent any old code loading issues which I had in the past.
Only restart of VSCode was fixing it.
Since I use temporary consoles I never ran into that issue again.
But now (I guess since the last update) I get this warning:
See screenshot
This WARNING: comes from the
Clear-Host
in all of my scripts. Since I need those Clear-Host at the start of my Write-Host messages to get a clean console output I don't want to remove them (even not temporarly) out of my scripts.
Is it possible to disable this warning message?
The text was updated successfully, but these errors were encountered: