All Questions
Tagged with vscode-extensions vscode-remote
96 questions
1
vote
1
answer
84
views
VSCode Remote SSH: Can’t Install ‘ms-python.python’ (Incompatibility Error & Infinite Loop)
I’m working with VSCode on a remote server via SSH and having issues installing the Python and Jupyter extensions. When I try to install ms-python.python, I sometimes get the following error message:
...
0
votes
0
answers
33
views
Why does the Docker plugin disappear from the sidebar in VS Code when I connect to the server remotely?
ssh docker plugin disappear
If I don't use VS Code's remote connection, the Docker plugin appears in the sidebar as expected. However, when I connect remotely, the Docker plugin disappears from the ...
0
votes
0
answers
224
views
Cannot open resource with notebook editor type 'jupyter-notebook' in VScode
I can open.ipynb files locally in vscode, but in remote dev container i have an error:
The editor could not be opened due to an unexpected error: Cannot open resource with notebook editor type '...
0
votes
0
answers
34
views
Passing data to a VSCode extension running in an instance that was started on demand with serve-web
I'm spinning up VSCode serve-web instances on demand. Each includes an extension (which I've written) that connect to a central signalr endpoint.
Not every browser tab gets a new vscode instance, so ...
0
votes
0
answers
18
views
Issue with installing vscode extensions through devcontainer.json #174
I am having an issue with devcontainer. I have a devcontainer.json file and its not installing the vscode extensions. I am using a custom Dockerfile
Note: Running devcontainer inside a coder workspace ...
0
votes
0
answers
64
views
Can not develop in Java on airgapped system
I have a Java project which has to be run/debug on a remote Linux machine. This machine is not connected to Internet and I can access it only via SSH.
I am able to tunnel HTTP(S) via SOCKS proxy back ...
0
votes
0
answers
382
views
How does vscode devcontainer persist extensions upon deletion of container?
While using vscode devcontainers extensions to attach my vscode to docker container,
I came to question that "how does vscode persists my extensions after container is deleted?"
for instance,...
0
votes
1
answer
34
views
VSCode unwantedly inserts and modifies PHP source code (autocomplete?)
In my environment, VSCODE runs on MacOS, but editing is primarily done via SSH on remote systems. I moved to the latest version of MacOS (Sequoia 15.0) this week and (among other things) this ...
0
votes
0
answers
36
views
How to take memory snapshot of extension host in Remote-SSH?
I am working on a VSCode extension
There's a bug where memory usage grows quickly under certain conditions, but this only happens while running the extension in remote-ssh, where the extension is ...
3
votes
0
answers
114
views
How can I put VS Code Remote file links in notification messages?
I'm looking for a way to add a link to a file on a WSL file system on Windows (with VSCode workspace being a WSL folder). When I add a link to a VSCode information message like so
window....
0
votes
1
answer
313
views
VS Code remote SSH: Unable to connect to server
I left my VSCode ssh waiting for a password for a long time and then I closed the connection.
Next time I tried to ssh to it gets stuck on "Opening Remote".I had faced this one time before ...
0
votes
0
answers
3k
views
[Remote-SSH Bug]: Stuck in "Setting up SSH Host neuron: Copying VS Code Server to host with scp"
I'm trying to connect to the remote server via remote-ssh extension.
(0) I've written the info(Host, HostName, User) to config file
(1) Tried to connect with the remote-ssh extension via clicking on ...
0
votes
0
answers
22
views
VSCode Explorer doesn't open any folders when connected to a remote server
So basically, whenever I connect to my remote server (using ssh), the explorer in vscode has no folder opened. There's a "Open Folder" button there, which I have to use to open the cwd, but ...
0
votes
0
answers
181
views
Is there a way to configure VSCode / remote-ssh extension such that you can have root access to the instance?
I'm seeking a solution to streamline file manipulation (Create, Read, Update, Delete) through the Visual Studio Code GUI while SSH'd into a remote instance with limited permissions. Currently, I'm ...
0
votes
2
answers
530
views
Connecting via VS Code remote explorer to Windows machine
I tried connecting to a Windows 11 machine (from a Linux Laptop) to develop code on the Windows machine (I know, i know... wrong direction, it is how it is, cant force the Lab to change OS on their ...