We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf41b0d commit ad29cdfCopy full SHA for ad29cdf
1 file changed
pkg/remote/transport.go
@@ -29,7 +29,7 @@ func NewTransport(ctx context.Context) http.RoundTripper {
29
if err != nil {
30
return transport
31
}
32
- if running, ok := desktopRunning.(bool); ok && running && !desktop.IsWSL() {
+ if running, ok := desktopRunning.(bool); ok && running {
33
transport.Proxy = http.ProxyURL(&url.URL{
34
Scheme: "http",
35
})
0 commit comments