-
Notifications
You must be signed in to change notification settings - Fork 510
Oddities with vscode PS (sorry for the poor title) #988
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
Often, things fall over if I accidentally edit code when the debugger is still running, halted at a break point. |
Seems to be related to #950 |
Albeit running 5.1 :( |
@swinster unfortunately (as @DarkLite1 also figured out), VS Code doesn't lock the file that you run under the debugger so you might end up editing it by accident. I'll take a look at your logs and see whether there's something else causing the crash you saw. |
@TylerLeonhardt @SydneyhSmith |
System Details
$PSVersionTable
:Issue Description
I am experiencing a problem with odd behaviour in PS Scripts. Initially, the debugger was throwing an error on a line of code that no longer existed, however this seem to have cleared, yet PS scripts no longer recognised matching brackets within the script (not sure if this should be reported to folding?), but I also often find that I need to close an restart VScode as the debugger is doing odd things, such as :
Attached Logs
Follow the instructions in the README
about capturing and sending logs.
logs.zip
The text was updated successfully, but these errors were encountered: