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
Haven't found a solution? Check out our [open issues](https://github.com/dotnet/vscode-dotnet-runtime/issues). If you don't see your issue there, please file a new issue by evoking the `.NET SDK Install Tool: Report an issue with the .NET SDK Install Tool` command from Visual Studio Code.
Copy file name to clipboardExpand all lines: vscode-dotnet-runtime-extension/README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,22 @@ It can sometimes take a while to download the .NET Runtime. While the default do
50
50
51
51
You can read more about [changing the installation timeout] in our documentation.
52
52
53
+
## The extension thinks you are offline with error response of 400 or 407, and you have a proxy.
54
+
55
+
This is a known issue with axios, the system we use to make web-requests.
56
+
The requests we make need to be routed through the proxy. We have logic to try to detect your proxy automatically.
57
+
If your proxy does not get detected by us, please try adding it here.
58
+
You may want to consider temporarily switching to version 1.7.2 of the runtime extension if you are still experiencing issues as this version does not use axios. Note that proxies that require additional credentials are not yet supported.
59
+
60
+
Note: GFW / China also blocks some of our requests, which may be why our extension thinks you are offline or times out.
61
+
62
+
You can add the proxy in the extension settings like following the advice above for timeouts.
assert.notInclude(requestedEvent!.properties!.RequestingExtensionId,requestingExtensionId);// assert that the extension id is hashed
111
+
assert.notInclude(requestedEvent!.properties!.RequestingExtensionId,requestingExtensionId);// assert that the extension id is hashed by checking that it DNE
0 commit comments