skip to Main Content

I am using Azure Extensions for developing and deploying function app. When I open the Azure Extension tab, the RESOURCES fold is infinitely loading, without showing the remote subscription tree.
enter image description here

I tried to log out and log in again, but it gives the error "You appear to be offline. Please check your network connection." Restarting VS Code will just repeat the nightmare.

enter image description here

I am using my home MacBook and don’t have any proxy setup. It worked before but all of a sudden it stopped.

Currently I am totally stuck. Any help would be very much appreciated!

2

Answers


  1. Chosen as BEST ANSWER

    From this comment

    SOLVED for me: Works when updating vscode settings (reload required): "http.systemCertificates": false


  2. Even either of OS (Windows or Mac), I observed the same glitch in my VS Code IDE i.e., sometimes extensions will load slowly related to Azure and below workaround helps me to load it faster):

    1. Open the Command Shift Palette in VS Code, available under View Menu or using Shortcut key (Cmd+Shift+P)
    2. Disable all extensions that are installed in the VS Code.

    enter image description here

    1. Restart the VS Code IDE and System also (if possible). Then, you’ll not see the Azure Extension on the VS Code Index Bar.

    enter image description here

    1. Open VS Code and try enabling all extensions all at once using Command Palette:
      enter image description here

    (OR)

    1. You can check by enabling one by one extension by going to Extensions Panel > Click on "Each Extension" > Click on Enable so that you can check the Azure Extension is loading faster and related Services, Applications are loading faster in the Azure Extension Panel.

    enter image description here
    enter image description here

    Note:

    1. Either of the option, it takes a couple of minutes to activate extension and load the Services/Applications in Azure extension panel.
    2. If you come by enabling one by one Azure Extensions in VS Code > we can identify which extension is loading the services/applications faster and making other extension slower.

    Updated Answer:

    You appear to be offline.

    Check this GitHub-VSCode Issue 147 and SO. Still if you’re facing the same issue, you can raise the ticket in the same GitHub Issue Forum of VS Code.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search