Skip to content

Extension not working behind automated proxy server config #1676

Open
@ericyew

Description

@ericyew

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions