Skip to main content

Questions tagged [visual-studio-code-server]

Service to install Visual Studio Code’s backend independently to support remote debugging for ie. vscode.dev

visual-studio-code-server
0 votes
0 answers
23 views

when downloading vscode it doesnt allow me to click agree to the terms and condition in vscode and i dont know why, in the pop up installer

when downloading vscode it doesnt let me accept the terms and conditions, like clicking agree to the terms and conditions doesnt do anything, like it doesnt let me click it. i have had vscode 3 days ...
Israel Barrios's user avatar
0 votes
0 answers
24 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 ...
Nicola Lombardi's user avatar
0 votes
0 answers
58 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)...
Pompey Magnus's user avatar
1 vote
0 answers
43 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....
Felix Alexander Guerrero Polo's user avatar
0 votes
0 answers
27 views

Is VS Code Server protected from CSRF?

I inspected my browser's cookies while using the VS Code Server, and I couldn't find any anti-CSRF token present. The only token I saw was "code-server-session". Does VS Code Server have ...
Alex Dzhus's user avatar
1 vote
2 answers
86 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 ...
Ivankovich's user avatar
-3 votes
1 answer
183 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....
Muhammad Septiyan140905's user avatar
0 votes
0 answers
109 views

How to use export with Python on Linux in Juypter Notebook

I have a follow-up question to this topic: How to use export with Python on Linux In my case I am working on a visual studio code server. I understood so far, that it is not possible to change the ...
PV8's user avatar
  • 6,182
0 votes
1 answer
32 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 ...
bilogic's user avatar
  • 605
0 votes
0 answers
285 views

npm install giving npm ERR! Cannot convert undefined or null to object

When I run npm install, I am getting the error message npm ERR! Cannot convert undefined or null to object Node --version : v20.8.0 Npm --version : 8.13.1 Tried multiple other commands npm i --package-...
saniya ikram's user avatar
0 votes
0 answers
40 views

Why Reloading VSCode for changing profiles in remote but not in local?

In the context of Visual Studio Code (VSCode) usage, a distinction arises between local and remote environments, like WSL (Windows Subsystem for Linux) or GitHub Codespaces, regarding profile changes. ...
NoOnee's user avatar
  • 1
0 votes
1 answer
149 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.
Sgene9's user avatar
  • 166
0 votes
0 answers
97 views

Access same server via both Remote-SSH and Remote-Tunnels in vscode?

I have a remote server that, depending on context, I would like to access through SSH or through the Tunnels mechanism. Currently I have used mostly SSH, but I would like to explore Tunnels because I ...
a06e's user avatar
  • 20.2k
0 votes
0 answers
612 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. ...
Curious101's user avatar
  • 1,658
0 votes
0 answers
145 views

Automation to download Extensions for VS Code on a code server without an internet connection?

I'm really tried everything. I want to download extensions to a code server. But I'm running into a problem because I want it to run on a no internet container, meaning I can't run: code-server --...
Remchuk's user avatar

15 30 50 per page