Questions tagged [vscode-remote]

Visual Studio Code Remote Development allows you to use a container, remote machine, or the Windows Subsystem for Linux (WSL) as a full-featured development environment

Visual Studio Code Remote Development allows you to use a container, remote machine, or the Windows Subsystem for Linux (WSL) as a full-featured development environment

868 questions
0
votes
1 answer

ptyHost was unable to resolve shell environment Error

So I've been having a lot of issues with VS Code Remote-SSH. I just started using it in September, previously using Atom, and this month I've been running into a ton of issues. I wound up uninstalling VS Code twice to try and resolve it, as well as…
kpdebree
  • 11
  • 4
0
votes
1 answer

VS Code launch.json Xdebug configuration for step debugging PHP pages in a Windows Server 8

I have a PHP project on a Windows Server 8 and I want to be able to work with those pages from VS Code and make step debugging but I don't know how to configure the launch.json correctly. I installed Xdebug 3 on the Windows Server and it's active.…
0
votes
0 answers

Extract VSCode Debugging icons to PNG file

In Visual Stuio Code Debugging, there are 6 icons , How to get the raw png Image of those icons? I tried open inspector but have no clue how to do this (BecauseI want to print some those icons and glue to my keyboard)
0
votes
0 answers

flake8 linting does not show up in problems tab or inside editor in VSCode

I am working in a shared environment in a remote attached container (docker) for my work. We use flake8 linting (among others) with tox for checking the correctness before commits to source control can be made. Of course, we want to have continuous…
0
votes
0 answers

Vscode Downloading Vs Code Server forever

My Vs Code not working well when I tried connect docker to code into it. I don't know why, but I suppose that upgrade broke my project. Before it, the setting was working very well. I took a picture and ask how can I fix it.
0
votes
1 answer

Visual Studio Code: How to open a local file in a remote session via its path?

I am working on Windows with a remote SSH session to a Linux environment in Visual Studio Code. Sometimes I want to open a local file from my Windows system in this session. When I press Ctrl + O to open a file, Visual Studio Code offers me a button…
carlfriedrich
  • 2,919
  • 1
  • 15
  • 29
0
votes
1 answer

Set up Visual Studio Code with multiple containers

I have an application consisting of a Flask web application and a RQ worker application. Both live in separate containers but use the same image. I would like to use Visual Studio Code's Remote Extension to run the containers and debug inside them.…
nehalem
  • 397
  • 2
  • 20
0
votes
1 answer

How to run pip for python3.9 in VS code server?

I have hosted a vs code server to run my python files but when I am doing pip it is showing bash: pip: command not found I wanted to know how can I install modules in the same server Thanks for your help
0
votes
1 answer

vscode-remote-ssh does not work with SSH using Azure AD authentication

We are trying to implement remote development model with project specific VMs in Azure and allow users to connect from VS code using Azure AD authentication with MFA. It works great with Public keys but not with Azure AD authentication. There were…
Bhuvan
  • 1,523
  • 4
  • 23
  • 49
0
votes
1 answer

Creating a .devcontainer repository

We have a number of standard devcontainer configurations that we wanted to publish in an internal repository. The Remote-Container extension has a configuration for this (Repository Configuration Paths), but I am unable to find any documentation on…
0
votes
1 answer

Difference between remote ssh and remote ssh nightly

There are two types of remote extensions as you see in the pictures. The ones in blue and the ones in green that are tagged with nightly at the end. They are both developed by microsoft and I can't see any difference between the two Remote - SSH…
Mohammad Alavi
  • 912
  • 1
  • 6
  • 16
0
votes
0 answers

Use same terminal session across the devices when using vscode-remote ssh

I'm using three of the devices to develop. Desktop(Home), MacBook(Work), Laptop(Remote). I'm developing a web project that needs to build and API server. So I'm running build steps and API server using watch parameter. However, If I do work at…
Hoto Cocoa
  • 489
  • 3
  • 12
0
votes
0 answers

VSCode keep coming with the error of Invalid string length when trying to run a command

I was ssh remote to a host to do the development. But when I try to run some command for example Java: Clean Java Language Server Workspace, VSCode keep coming up with the error below: Command 'Java: Clean Java Language Server Workspace' resulted in…
Jingcheng KOU
  • 31
  • 1
  • 3
0
votes
1 answer

Failed to use vscode remote ssh, but use ssh directly can work

Problem I re-installed my server system.Before then, I can use remote-ssh normally.However, I can't use remote-ssh to connect to my server anymore.But I can still use ssh directly to connect to the server. I suppose it managed to get into the system…
Luther
  • 1
  • 1
0
votes
1 answer

Debugging VSCode Extension within a remote container

I'm currently using vscode-tomcat extension within a RHEL7 container and developing over SSH using the vscode-remote extension. However, I am unable to launch the tomcat debugger due to this unresolved issue. "TypeError: Cannot set property…