The network is disconnected when Python Extension is enabled in Remote Development of VS Code.

  • Thread starter Thread starter TAKESHI-GM
  • Start date Start date
T

TAKESHI-GM

Guest
When connecting to Azure CentOS with Visual Studio Code Remote Development from a Windows 10 client, the network will be disconnected immediately if Python Extension is enabled on the CentOS side.

As it appears in the status bar with Python Extension Loading, it appears to be disconnected when trying to enable Python Extension on Azure CentOS side. Even if VS Code try to reconnect, it will not be connected again. If Python Extension on CentOS side is disabled, network is not disconnected and commands can be executed normally from Vs Code terminal.

Error Message on VS Code is below.

Terminal shell path: C:\WINDOWS\System32\cmd.exe
Got some output, clearing connection timeout


Environment is below.

Azure CentOs 7.6

python is Installed 2 ver. Python 2.7.5 and Python 3.6.8.
SSH version is OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017.


Client PC is Windows10.
SSH version is OpenSSH_for_Windows_7.7p1, LibreSSL 2.6.5

Continue reading...
 
Back
Top