Visual Studio Code “Failed to Connect to the remote Extension host server”

I have a Windows 11 PC and use Visual Studio Code connected to Windows Subsystem for Linux (WSL). Occasionally, I wake up my PC from sleep mode. I then try to reconnect to WSL from VS Code. And I would get the following error. Failed to connect to the remote extension host server (Error: WebSocket …

Continue reading Visual Studio Code “Failed to Connect to the remote Extension host server”

Step-by-Step Azure SDK for Python in Windows VS Code – Part 3

In this blog post I will run Python code in VSCode and show the experience. This is a continuation of Part 2 about setting up a python local development environment and install prerequisites. I have put together a Python script that does the following Authenticate with user credentials Look up an existing resource group with …

Continue reading Step-by-Step Azure SDK for Python in Windows VS Code – Part 3

Step-by-Step Using Azure SDK for Python in Windows VS Code – Part 1

This is a beginners guide on starting from scratch setting up a simple development environment and run some Python code to create and manage azure resources. Install Python https://wiki.python.org/moin/BeginnersGuide/Download For windows download go to https://www.python.org/downloads/ Install VS Code to develop and run python code. For windows download go to https://www.python.org/downloads/ Install Python extension for Visual …

Continue reading Step-by-Step Using Azure SDK for Python in Windows VS Code – Part 1