You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is a VS Code or OmniSharp issue, so feel free to move it to the right repository if necessary.
When I open a .Net project, I get the following in Output window:
[INFO] Starting OmniSharp at 'c:\Users\xyz\Documents\My Web Sites\SomeProject'...
[INFO] Installing to C:\Users\xyz\.vscode\extensions\ms-vscode.csharp-1.2.2\.omnisharp
[INFO] Attempting to download omnisharp-1.9-beta11-win-x64-net451.zip...
And it gets stuck there. Nothing is downloaded and my project doesn't have any kind of Intellisense (obviously).
Maybe this is relevant, and maybe not, but at work, we are behind a firewall and a proxy server (from Fortinet) that does strange stuff. One of which is using its own certificate for all HTTPS requests, which I faced an issue with when using an application that require a valid certificate signed by trusted CA, or an application that uses certificate pinning technique.
Hello everyone,
I'm not sure if this is a VS Code or OmniSharp issue, so feel free to move it to the right repository if necessary.
When I open a .Net project, I get the following in Output window:
And it gets stuck there. Nothing is downloaded and my project doesn't have any kind of Intellisense (obviously).
Maybe this is relevant, and maybe not, but at work, we are behind a firewall and a proxy server (from Fortinet) that does strange stuff. One of which is using its own certificate for all HTTPS requests, which I faced an issue with when using an application that require a valid certificate signed by trusted CA, or an application that uses certificate pinning technique.
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: