dotnet / dotnet/vscode-dotnet-runtime
Locking Retry Attempts
- Dominant language
- TypeScript
- Stars
- 209
- Forks
- 455
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the bug.
.NET Acquisition Failed: Action: vscdGlLk-810d7350-0820-47f4-924c-92b6f7d9ec9c Failed to acquire lock \\.\pipe\vscd-vscdGlLk-sock after 12001 retries out of 12001 total available attempts.
The lock may be held by another process or instance of vscode. Try restarting your machine, deleting the lock, and or increasing the timeout time in the extension settings.
Increase your OS path length limit to at least 256 characters.
On Linux, you can set XDG_RUNTIME_DIR to be a writeable directory by your user.
If you still face issues, set VSCODE_DOTNET_RUNTIME_DISABLE_MUTEX=true in the environment.
Report this issue to our vscode-dotnet-runtime GitHub for help.
Error : (DotnetGlobalSDKAcquisitionError)
Done!
.NET 9.0.305-global~x64 executable path: C:\Program Files\dotnet\dotnet.exe
### Please attach log file(s) here if you have any.
.NET Acquisition Failed: Action: vscdGlLk-810d7350-0820-47f4-924c-92b6f7d9ec9c Failed to acquire lock \\.\pipe\vscd-vscdGlLk-sock after 12001 retries out of 12001 total available attempts.
The lock may be held by another process or instance of vscode. Try restarting your machine, deleting the lock, and or increasing the timeout time in the extension settings.
Increase your OS path length limit to at least 256 characters.
On Linux, you can set XDG_RUNTIME_DIR to be a writeable directory by your user.
If you still face issues, set VSCODE_DOTNET_RUNTIME_DISABLE_MUTEX=true in the environment.
Report this issue to our vscode-dotnet-runtime GitHub for help.
Error : (DotnetGlobalSDKAcquisitionError)
Done!
.NET 9.0.305-global~x64 executable path: C:\Program Files\dotnet\dotnet.exe
### Reproduction Steps
idk
### Expected Behavior
make it download
### Exceptions & Errors (if any)
.NET Acquisition Failed: Action: vscdGlLk-810d7350-0820-47f4-924c-92b6f7d9ec9c Failed to acquire lock \\.\pipe\vscd-vscdGlLk-sock after 12001 retries out of 12001 total available attempts.
The lock may be held by another process or instance of vscode. Try restarting your machine, deleting the lock, and or increasing the timeout time in the extension settings.
Increase your OS path length limit to at least 256 characters.
On Linux, you can set XDG_RUNTIME_DIR to be a writeable directory by your user.
If you still face issues, set VSCODE_DOTNET_RUNTIME_DISABLE_MUTEX=true in the environment.
Report this issue to our vscode-dotnet-runtime GitHub for help.
Error : (DotnetGlobalSDKAcquisitionError)
Done!
.NET 9.0.305-global~x64 executable path: C:\Program Files\dotnet\dotnet.exe
### .NET Install Tool Version
.NET 9.0.305-global~x64
### Your operating system? Please provide more detail, such as the version and or distro above.
Windows
### VS Code Version
1.103
Contributor guide
Assessment
This issue has not been assessed yet.