30 questions
0
votes
0
answers
49
views
Getting code 503 in code-server on Ubuntu when trying to access Marketplace
I just installed code-server. When I try to access the Marketplace, I get, "Error while fetching extensions. Server returned 503".
This is my first time using VS Code as code-server and I ...
0
votes
0
answers
26
views
Visual Studio Remote debugging option stopped working
Visual Studio Code 1.96.4 unable to perform remote debugging.
When VSC is run from the Windows machine to remotely debug an C++ application running on Linux, it doesn't attach. The same was working ...
0
votes
0
answers
22
views
Is there a way to programmatically pre-select the Python interpreter in VSCode Server?
we are using VSCode Server (the version for remote usage via a browser).
Our extended Docker image contains multiple versions of Python, in addition to VSCode itself.
The goal is to programmatically ...
0
votes
0
answers
71
views
Where is the workbench.web.main.css gone after updating to 1.95 from 1.93?
I just noticed the ./src/vs/workbenchworkbench.web.main.css file is gone after the update. I usually added custom content there for loading additional fonts.
Does anyone know how to add custom fonts ...
0
votes
0
answers
36
views
Open new browser tab from visual studio code extension running in code-server
From a visual studio code extension running within visual studio code server and rendering within an ordinary web browser, how can I programmatically open a new browser tab? If this is not possible, ...
0
votes
0
answers
31
views
F11 StepInto just goes to next line in VSCode DEV 1.93.0
I am trying to follow the https://github.com/microsoft/vscode/wiki/How-to-Contribute
steps to Build, to Run, and then to Debug.
I built into C:\H_Paul\vscode1930 It has product.json "nameShort&...
0
votes
0
answers
153
views
VS Code loads wrong SSH credentials
I'm trying to connect to a remote server with SSH. The issue is that VS loads the wrong username (it should be nlombardi, without the prefix). Any idea how to fix this?
I tryed already to do a clean ...
0
votes
0
answers
85
views
vscode ssh remote fails on host with home mounted disk, why?
creating a fedora 40 based dev box on azure
if I create my user (x) home dir = /home/x where /home is on osdisk the ssh remote vscode server installs correctly and I can use it.
if I create my user (x)...
1
vote
0
answers
281
views
Vscode does not connect via ssh
ok, my problem is that, I'm trying to connect to my server from vscode via ssh but when I enter the password, vscode tells me
Deleting old log file in /home/user/.vscode-server/.cli....
1
vote
2
answers
120
views
How do I taskset vscode-server?
Often, I'm using VS Code's Remote SSH extension to develop on a remote server. This consumes some compute on the server, so I'd like to taskset the vscode-server command so that it only runs on ...
-3
votes
1
answer
385
views
ReferenceError: document is not defined(javascript) [duplicate]
enter image description hereWhy after installing node.js, an error like that occurs after I run the code of various javascript commands, it seems it's not because the code is an error but because node....
0
votes
1
answer
49
views
Possible to develop VSCode extensions on vscode.dev?
I'm currently using VSCode via https://github.com/coder/code-server and was reading https://code.visualstudio.com/api/get-started/your-first-extension
Has anyone succeeded in developing (and in the ...
8
votes
5
answers
20k
views
How do I install vscode-server offline on a server for VS Code version 1.82.0 or later?
In previous versions, it was sufficient to install the remote-ssh extension and then download the vscode-server-linux-x64.tar.gz file, extract it, and copy it to the server directory ~/.vscode-server/...
1
vote
1
answer
222
views
ctrl+p not working on visual studio code's WSL extension
The symptom was that ctrl+p and "Find in files" only returned results from opened editors.
0
votes
0
answers
1k
views
Cannot copy/paste from terminal window of VS Code running in Browser (connects to code server on another machine)
I run a code server on one machine in my home lab and access it via Safari browser on another MacBook. I use http to connect to the code server and am able to access my projects and develop just fine.
...