130 questions
0
votes
1
answer
30
views
How to make VS Code recognize the environment variables of the SSH remote Windows host?
I have two machines:
A host machine (Windows 11) running VS Code
A Hyper-V guest VM (Windows 11): OpenSSH Server installed, running VS Code Server with a Python project pythonWebApp
I'd like to ssh ...
-1
votes
0
answers
29
views
VSCode Remote SSH AV False Positive on remote
Our company recently implemented a new endpoint protection system. It appears that this system is detecting the VSCode Remote SSH server install on the machine I am connecting to as a false positive &...
0
votes
1
answer
82
views
VS Code connect to gitlab for SSH
I'm trying to connect from VS Code via the 'Remote - SSH' extension to my GIT.
My OpenSSH config:
Host gitlab-test.bpmsoft.ru
Hostname gitlab-test.bpmsoft.ru
User git
IdentityFile C:\Users\testuser\....
0
votes
0
answers
49
views
VS Code Remote-SSH can't connect – "Installation already in progress..." error
💻 Environment
Local OS: Windows 10 64-bit
VS Code version: 1.85.2
Remote-SSH extension: v0.107.1
Remote server OS: Ubuntu (host alias: SZU)
SSH client used: Windows built-in OpenSSH (C:\WINDOWS\...
0
votes
1
answer
108
views
VSCode 1.100.3 April 2025 is unable to remotely connect when GLIBC < 2.28
I upgraded VSCode to version 1.100.3 and since then cannot connect to remote machines if their GLIBC version is less than 2.28. The reason is explained in the official documentation:
Starting with ...
0
votes
0
answers
47
views
The Remote SSH in VS Code with Github Account has connecting issue with EC2 instance
I have been working on a DevOps learning tutorial for almost a week now.
It set up a EC2 Instance on AWS with maven and Java installation, created a simple/basic web app, and used VS Code as locally ...
0
votes
0
answers
48
views
VSCode Devcontainer Disconnects When Switching Between Wired and Wireless
I am using a docker devcontainer in VSCode through remote SSH. The devconatiner runs on a Linux workstation which has a wired connection to my network. I run VSCode on my windows laptop, connect to ...
0
votes
0
answers
41
views
When installing Python extension in ssh remote server in vscode got: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
I am trying to install the Python extension in my remote desktop's vscode (actually I am using Windsurf) and got the following error:
Unexpected token '<', "<!DOCTYPE "... is not valid ...
0
votes
0
answers
66
views
Manual installation of vscode-server for Remote SSH extension fails
I work with vscode under windows and the Remote SSH extension I just installed
I have an ubuntu 24.04 server with ssh access: 192.168.1.9, port 22222
(I want to run et debug my python code on the ...
1
vote
1
answer
723
views
VS Code Remote-SSH fails with "GLIBC_2.28 not found" on Ubuntu 18.04
After upgrading VS code version 1.99, I cannot connect to my remote server. I’m trying to connect to my remote server (Ubuntu 18.04) via VS Code Remote-SSH, but the server fails to start with:
Missing ...
0
votes
0
answers
33
views
Reset vscode configuration to default (specifically remote-ssh)
Having problems running vscode on a domain joined workstation and laptop with roaming profiles, specifically with regards to Remote-ssh.
Running the same on a non domain-joined laptop with the same OS ...
-3
votes
1
answer
2k
views
Cursor - open SSH remote folder from CLI [duplicate]
Is there an option to the cursor CLI (terminal) command so that a folder on remote server is opened via Remote-SSH?
This does not work:
cursor ssh://host/path
1
vote
1
answer
486
views
VSCode - AWS Tool kit/Amazon Q Developer extension: Cannot authenticate via AWS SSO when connected via Remote SSH extension on AWS ec2 instance
I use VSCode to develop python scripts on a AWS ec2-instance using Remote-SSH see vscode documentation. I'd like to use AWS Toolkit and Amazon Q Developer Pro. I installed the extensions via vscode ...
0
votes
0
answers
33
views
In VSCode, how do I quickly refresh large log files after being modified by an external program?
I run software that outputs log files with several hundreds of thousands of lines, the files weigh 100MB+
Everytime I re-run the software, the log file opened in VSCode doesn't refresh unless I close ...
1
vote
1
answer
522
views
Unable to connect Lightning AI to local vs code via SSH
I'm unable to set up my lightning AI environment on local machine. I have performed all the steps upto the first image shown with this issue.
As i click on "Connect local VS Code", it opens ...