Issue with downloading Visual Studio Code debugger or omnisharp required for debugging C# in VS code - mostly behind corporate firewall
Error details:
1 | Installing C# dependencies... |
Installing C# dependencies…
Platform: win32, x86_64
Fix:
In order to fix this issue, follow the instructions given below:
- Download packages from the URL mentioned in the above error and place them in location:
C:\Users\UserName.vscode\extensions\ms-vscode.csharp-1.14.0.debugger
and for omnisharp copy the files in:
C:\Users\UserName.vscode\extensions\ms-vscode.csharp-1.14.0.omnisharp
This should fix the issue.
Happy coding!