Questions tagged [visual-studio-code-server]

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

26 questions
3
votes
0 answers

VSCode - Disable Ruby Language Server error display

I have had problems with opening files for various Ruby GEMs whereby the Ruby Language Server registers an error and slides out from the side of the VSCode window covering up the code I am trying to view. This happens every time you click in the…
David Cruwys
  • 6,262
  • 12
  • 45
  • 91
1
vote
0 answers

Fallback for self hosted vscode extention marketplace?

When hosting a code-marketplace server locally, how would one / is it possible to use the official vscode marketplace as a fall back if yours does not have the extension you are trying to download, kind of like how artifactory can use a fall back…
1
vote
0 answers

VSCode tunnel failed to connect to proxy: error connecting to tunnel: proxy connection failed: failed to lookup address information

I am using VSCode CLI to create a tunnel behind a proxy: ./code-insiders tunnel --verbose But it ends up with a connection error: [2023-03-09 10:30:50] trace Found token in keyring [2023-03-09 10:30:50] debug [reqwest::connect] starting new…
1
vote
0 answers

Angular Project SCSS error cannot find angular material import

enter image description hereI have searched all over Stack Overflow and seen similar errors, some suggested changing @import "-@angular/material/themeing" to @use rather but still no luck, some said there was an error in it loading to the dist…
1
vote
1 answer

Can't debug on vscode get this message: Unable to start debugging. LLDB exited unexpectedly with exit code 134 (0x86)

I'm using an old 2015 macbook air ver 10.13.6 vs code Version: 1.74.0 (Universal) extensions : C/C++ , Code Runner I'm learning c++ and here's the basic code I'm trying to test to see if my vscode is good to go I'm doing this in a C++Projects folder…
1
vote
1 answer

Getting VS code server to run on Sagemaker Studio

I am currently in the process of exploring the possible use of VS Code Server on Sagemaker Studio. Of course, if you sign up through Code Server preview, I was able to set and start it up. However, when I tried to serve it locally, I encountered a…
1
vote
1 answer

How to specify default extensions while running gitpods' openvscode-server

Using https://github.com/gitpod-io/openvscode-server is there a way to set default VSCode extensions using their Docker command? (docker run -it --init -p 3000:3000 -v "$(pwd):/home/workspace:cached" gitpod/openvscode-server)
brianc
  • 1,547
  • 3
  • 16
  • 30
1
vote
0 answers

About VS Code-Server early access

I signed up this form: https://aka.ms/vscode-server-signup Is there anybody signed up and got feedback through their gmail. if there is can one of them tell me how manys days it took to get feedback? i have been waiting for 1 week. information about…
0
votes
1 answer

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

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 would also like to access this machine from a…
a06e
  • 18,594
  • 33
  • 93
  • 169
0
votes
0 answers

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. The problem is that I am not able to Copy text…
0
votes
0 answers

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 --install-extension KevinRose.vsc-python-indent And I…
0
votes
0 answers

unable to use the vs code server following their posted documentation but I am getting an error related to the syntax

the documentation I followed is here https://code.visualstudio.com/blogs/2022/07/07/vscode-server running the "code-server" command throws these errors in relation to the syntax in the HTML. I tried to add quotes around it as I saw in an article…
0
votes
0 answers

Difference between licensing terms of code-server vs. VS Code Server

I am trying to understand the licensing limitations if I want to bundle code-server with my cloud application. As per the docs, Out of the box, code-server is simply VS Code in the browser Since code-server uses open source code of VS Code, how does…
nightlytrails
  • 2,448
  • 3
  • 22
  • 33
0
votes
1 answer

Does the VSCode Remote Tunnels support opening GUIs?

I've searched the documentation, the GitHub issues and tried the Remote X11 extension as well, but none of work or mention anything about X11 forwarding through VSCode Tunnels. Is there any way to do it, or is it not possible yet?
1
2