Skip to content
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

fix(upgrade): stop running deno lsp processes on windows before attempting to replace executable #26542

Merged

Conversation

dsherret
Copy link
Member

It's such a PITA on Windows to get the error that you need to run Stop-Process -name deno to kill running Deno processes. Most of the time this is just running deno lsp commands, so we can safely kill those before replacing the executable.

@dsherret dsherret enabled auto-merge (squash) October 25, 2024 18:45
@dsherret dsherret enabled auto-merge (squash) October 25, 2024 19:19
@dsherret dsherret merged commit a01edb3 into denoland:main Oct 25, 2024
17 checks passed
bartlomieju pushed a commit that referenced this pull request Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants