Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't connect to backend service if proxy is defined #302

Closed
mvkara opened this issue Dec 9, 2016 · 1 comment
Closed

Can't connect to backend service if proxy is defined #302

mvkara opened this issue Dec 9, 2016 · 1 comment

Comments

@mvkara
Copy link

mvkara commented Dec 9, 2016

I have a proxy defined in my Linux environment; unfortunately this interferes with the ability for the ionide plugin to work at all. I think this is the case because on the proxy I can see the localhost calls it is forwarding to the proxy.

[12:01:29 DEBUG] got FSAC line, is it the started message? true
[12:01:29 DEBUG] FSAC stdout: [I] 2016-12-09T01:01:29.4575280Z: listener started in 51.971 ms with binding 127.0.0.1:8563 [Suave.Tcp.tcpIpServer]

[12:01:29 INFO ] REQ (001) -> {lint}, File = "..."
[12:01:29 INFO ] REQ (002) -> {project}, File = "...."
[12:01:29 INFO ] REQ (003) -> {parse}, File = "~/src/...."
[12:01:30 ERROR] RES (001) <- {lint} ERROR in 814 ms: Error: Request failed with status code 502 Data=undefined
[12:01:30 ERROR] RES (002) <- {project} ERROR in 813 ms: Error: socket hang up Data=undefined
[12:01:30 ERROR] RES (003) <- {parse} ERROR in 801 ms: Error: Request failed with status code 502 Data=undefined

Is there a way to turn the proxy usage off just for the ionide plugin and/or backend service so that vs-code attempts to use the local machine for the type checking and other features? The no_proxy environment variable seems to be ignored/not propogated into the running vs-code instance.

@Krzysztof-Cieslak
Copy link
Member

Issue reported in #272.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants