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

Extension not working behind automated proxy server config #1676

Open
ericyew opened this issue Jan 3, 2024 · 0 comments
Open

Extension not working behind automated proxy server config #1676

ericyew opened this issue Jan 3, 2024 · 0 comments

Comments

@ericyew
Copy link

ericyew commented Jan 3, 2024

ARM Tools extension gets stuck on 'Starting ARM Template Language Server' when using it behind a proxy server like zScaler.
image
It never progress further and does not seem to timeout either.
Issue might be related to updated chromium proxy server support mentioned here:
https://code.visualstudio.com/docs/setup/network#_proxy-server-support
As a workaround, starting VS Code with the following command line ensures that ARM extension works as expected:
"Code.exe" --proxy-server="http=xxxx.xx.local:443;https=xxxx.xx.local:443"
Not having any issues with other extensions.

Does this occur consistently? Yes
Repro steps:

  • open VS code while behind proxy
  • open ARM Json file
  • Starting ARM Template Language Server will pop up and never progress further

Version: 0.15.11
OS: windows
OS Release: Windows 10
Product: Visual Studio Code
Product Version: 1.85.1
Language: en

@ericyew ericyew changed the title Extension does not support updated VS Code Proxy Support Extension not working behind automated proxy server config Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant