-
Notifications
You must be signed in to change notification settings - Fork 511
No response when running script containing bump2version #3576
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 wonder if this is related to similar bugs with some native tools like we see in #2559. My guess is some input handle is hung-up but it's just a guess. |
It may be similar. |
This issue has been around for about a year and there is no sign of a solution, it feels like it's affecting the experience of using it, is it a low priority? |
It's not a low priority, it's one of many priorities and it's one of the hardest to solve. |
If it is simply not responding, then the problem is not too serious. More importantly, even if the operation has been stopped using Moreover, if this problem occurs in debug mode, it is impossible to run the script in vscode using the normal way, and it will all go into debug state. |
It's very interesting to me that the programs we're seeing problems with are all interpreted scripts. Both |
@Andy-AO Hi there, we just released v2022.4.0-preview! Could you please try PowerShell Preview for VS Code and verify this is fixed? |
I'm going to assume this was fixed as the root cause was (finally) addressed. Please re-open if not the case! |
This issue has been marked as fixed. It has been automatically closed for housekeeping purposes. |
Prerequisites
Summary
Using
Run: Start Without Debugging
to run a PowerShell script containing thebump2version
native command may be unresponsive, but running it in another way is perfectly fine.PowerShell Version
Visual Studio Code Version
Extension Version
ms-vscode.powershell@2021.9.0
Steps to Reproduce
# main.ps1 bump2version
This bug involves the native command
bump2version
, if you don't have it installed, you can run the commandpip install --upgrade bump2version
to install it.Running
main.ps1
withRun: Start Without Debugging
in VSCode will cause a longer unresponsiveness, but if you use the path ofmain.ps1
entered directly, this problem does not occur.Visuals
Logs
No response
The text was updated successfully, but these errors were encountered: