dotnet / dotnet/vscode-dotnet-runtime
Ensure background requests do not interfere with installation
Open
not-enough-detail
- Dominant language
- TypeScript
- Stars
- 209
- Forks
- 455
- PR merge metrics
- No merged PRs in 30d
Description
See [this](https://github.com/dotnet/vscode-dotnet-runtime/pull/40/files#r377770238) PR comment
Consider the case where install script is being updated in the background while it is also being executed. Add locking logic to prevent a corrupted install script.
Contributor guide
Assessment
This issue has not been assessed yet.