Questions tagged [vscodium]

43 questions
1
vote
1 answer

SSH remote connection to server with vscromium

Hello i like to change to VSCodium with linux but i have a problem, in VSCODE i use remote-ssh and works fine, but this same package in VSCodium doesn't work. It ask me password and after i have a error: [20:38:29.280] SSH Resolver called for…
NOE MORENO
  • 11
  • 2
1
vote
1 answer

Include a file in C with VsCodium and WSL

I'm trying to include a custom file into my program in C, and it compiles ok. However, VsCodium keeps complaining about "Squiggles" and "includePath" (don't know what that means), actually, I don't know precisely how to configure the…
1
vote
0 answers

Custom keymapping in VsCodium

I recently changed my laptop's motherboard, and strangely, one of my keyboard keys changed its behavior (from the ?/° key to right control - I'm using an ABNT2 keyboard). I tried to remap the key with SharpKeys, but unfortunately, that didn't work…
0
votes
1 answer

problems installing esptool with pip to native environment

I am trying to install something for a project I'm working on and I get this error. I have gotten this error when trying to install "esptool" and searched for a couple hours to solve the issue. It worked in a "virtual environment" but would not work…
0
votes
1 answer

Jupyter stopped working in VScodium after changing from bash to zsh

[SOLVED] @wjandrea raised the possibility that it could be a bug in the most recent version of vscodium (1.80.0). I reverted back to 1.79.2 and everything works. It was just a confusing coincidence that the day vscodium was updated was the day I…
marbri
  • 27
  • 3
0
votes
1 answer

How do I scope a VS Code custom snippet to files with ".sh" or ".bash" filename extensions?

I'm using VSCodium: ver 1.79.2, release: 23166 Example of my snippet which does not work, actually does not showing in editor: "Insert: # EOF": { "scope": "sh,bash", "prefix": "eof", "body": [ "# EOF $0", ], "description": "Insert…
0
votes
0 answers

What exactly Publish Branch button does when remote repository not connected

Clicked by mistake, in vscodium, happened nothing (because repo initiated locally) but I have sensitive data in my project, so does it post the source anywhere over GIT? Can't find a logs, no confirmation window, just clicked and thinking where is…
doctorOC
  • 1
  • 1
0
votes
0 answers

Set an external PDF viewer for VSCodium

When right-clicking on a link to a local PDF file (e.g. the line in a markdown file shown below), it is opened as a text file. How can this behavior be modified such that an external viewer (xpdf, evince) is…
nightcod3r
  • 752
  • 1
  • 7
  • 26
0
votes
0 answers

cannot connect with VSCodium Remote-SSH with set up 2FA

I've set up a Rasperry Pi 4b with Raspbian on it and installed + configured Google Authenticator for SSH. Also, I connect to it using a DDNS provider. It works like a charm when I connect to it from terminal. I get asked for my password and my…
0
votes
1 answer

Racket REPL: what does the statement "string::: read:...." refer to when I load my .rkt file into Racket REPL, and how do I fix it?

I am working with a .rkt file in VSCodium, using the Magic Racket extension. File Contents: #lang racket (define (square x) (* x x)) (define myNums (list 1 2 3 4 5)) (define hisNums '(2 4 6 8 10 9 7 5 3 1)) (square (car(cdr(cdr…
nutbunny
  • 79
  • 1
  • 7
0
votes
2 answers

Is there a way to make VSCode/VScodium to just use CPU for rendering

Is there a way to force VSCode to use CPU/SW rendering? I am currently working with 3D graphics program (Daz Studio), it extensively uses GPU for asset rendering and needs every bit of my 6GB GPU memory. I mainly use browser, VSCodium and Daz…
Lokanath
  • 662
  • 5
  • 18
0
votes
2 answers

VSCodium - Python modules have no green syntax

Recently, I'm trying to move from VSCode to VSCodium, and I found a problem is that the green coloring of modules are not in VSCodium (like the picture below). left: VSCode, has the green syntax / right: VSCodium, doesn't have the green syntax. I…
0
votes
0 answers

Join Lines isn't working with prettier in VS code

So I am trying to convert multiple line of code into one single code, when I use Join Lines it converts it one line ,but when i am saving with Ctrl + s to save code, prettier converts it as it was before. even so i changed settings: print Width to…
RostoRM
  • 109
  • 1
  • 10
0
votes
1 answer

How to activate ANSI shell script colors in Visual Studio Codium terminals?

I am using Visual Studio Codium on MacOs. When I open a terminal and enter echo "\033[31mThis is red font.\033[0m"I get a nice red text. When I run a shell script reading #!/bin/bash echo "\033[31mThis is red font.\033[0m" in the same terminal I…
0
votes
0 answers

Is there a way to build vscode with a custom set of extensions?

Looking at its source code, vscode comes with a predefined set of extensions located at vscode/extensions/. To build a custom version of vscode with a custom set of extensions, do I need to just put the extension set/pack under exntesions or do I…
LomTherer
  • 1
  • 1