-
Notifications
You must be signed in to change notification settings - Fork 513
There is already a debug configuration "PowerShell Launch Current File..." #1537
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
Comments
I have a feeling this might be the same bug: |
Maybe, hopefully! Because at least there's something to go on. In my case it's just recording. Although in my case I didn't notice any crashing, I don't use breakpoints either. Just 'no debugging session' all the time. Over and over and over. |
1538906053-57222cd8-f5e5-4aaa-a3b1-223bd4cf84881538905813133.zip I just had this case again.
Notice how the last formatting takes 3 seconds even thou nothing has really changed. I believe it may be related to Formatting on Save and me trying to execute script at the same time. Can be related to #1562 where when script is running nothing else works. It looks to me it could be kind of race condition where when the Formatting wins it locks out VSCode from running scripts. Scripts formatting continues to work. |
System Details
Issue Description
I am experiencing a problem with... VSCode executing debug session that is invisible, unkillable and shows up for no reason. It's like I press F5 it doesn't register this and goes into hidden session/agenda outside of main powershell.
I do have logs from this but I don't think it contains anything worth while (nothing out of ordinary or crashing). If you want them I can send them over. it's 30mb file thou as I had that VSCode open for a while.
It's something I experience quite frequently. It's usually no problem but requires me to kill my powershell session. And even then like in this case it's not 100%. I just killed all my powershell sessions within this VSCode and restarted and F5 stays silent. I then went ahead and closed VSCode instance and restarted project. It loaded back but any F5 does this
I do have 4 other VSCode open thou. So I rerun some other script in other VSCode window and it finally unlocks and works again.
I've just been running for the last 5 hours a script that was loading data from Office 365/Azure into $Data / $DataExchange. Fortunately I did Export-CliXml on those variables (as I've been playing with ability to run some of my scripts remotely and then importing variables back) so I can Import-CliXML on that data. But that was a bit incidental. Otherwise I would lost "data". Not that it matters or that you have to worry about, just saying how impactful can it be.
The text was updated successfully, but these errors were encountered: