Questions tagged [vscodium]
43 questions
7
votes
1 answer
How to add extensions to VS Codium (open source version) from github repos
Lot of VSCode extensions are missing in VSCodium. Looking for a simple way to add the missing extensions from their github repos. Does something like this exist?
I've looked for similar answers but nothing explains a simple way to do this

128KB
- 398
- 3
- 12
4
votes
0 answers
Can't get Pretty Printers to work for debugging Nim code in Codium (VSCode) with GDB (nim-gdb.py)
I tried to debug my Nim code in VSCodium with Native Debug extension and GDB. But I can't get the Pretty Printers to work properly.
Here is my launch.json
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug x64…

flo
- 41
- 2
4
votes
2 answers
How can I get key repeat to work with Vim in VSCodium
I have installed VSCodium and the Vim extension from vscodevim (Mac), but I don't have any key repeat. I have tried the following terminal command, but it doesn't seem to work:
defaults write com.microsoft.VSCodeExploration ApplePressAndHoldEnabled…

Kromanen
- 43
- 4
3
votes
1 answer
no targets specified in the manifest - either src/lib.rs, src/main.rs, a [lib] section, or [[bin]] section must be present
I'm following the instructions in the book "The Rust Programming Language" to build a guessing game, but whenever I try to run my code (via the command Cargo run) in the VSCodium (Open source version of VSCode) terminal, my code refuses to run due…

ThatVibingCat
- 43
- 5
3
votes
2 answers
How to setup Windows Subsystem Linux (WSL 2) with VSCodium on Windows 10
So I am using Ubuntu Linux terminal(also have Debian) in windows 10. according to this site:
https://medium.com/nerd-for-tech/how-to-setup-windows-subsystem-linux-with-visual-studio-code-on-windows-10-b06fdbe9b30b
you need Remote - WSL extention to…

RostoRM
- 109
- 1
- 10
2
votes
1 answer
VSCode/VSCodium showing git gutters even though there are no actual changes in the repo
VSCodium version: 1.75.1, 1.76
Problem: switching to a different branch shows makes editor think that files were changed, but not commited.
There are no uncommited files/changes in my repository. Source control tab does not show any uncommited…

Yaro Slav
- 23
- 5
2
votes
1 answer
Terminal window on vscodium appears pixelated
The terminal window on vscodium looks so pixelated that its not practical to work on it (see screenshot).
I am using windows 10 pro 22h2 os build 19045.2604 feature pack Windows Feature Experience Pack 120.2212.4190.0. I am using Intel(R) Core(TM)…

illresearcher29
- 21
- 2
2
votes
0 answers
Comment out multiple lines in vscode with neovim and shift+v
In various Jetbrains products with a vim extension, I can use shift+v to select multiple lines, then comment or uncomment the selected lines with the Jetbrains command+/ command. With vscod(ium) + NeoVim, when I perform this same combo of shift+v,…

hamncheez
- 709
- 12
- 22
2
votes
0 answers
VS Code error: "ENOENT: no such file or directory, stat '/Users/me/Library/Application Support/Code/User/settings.json'"
I get this ENOENT error on Terminal. I tried some of the solutions available but I'm still not able to run either app.
I ran code --verbose.
MacBook-Pro:~ raul_fdz$ code --verbose
[main 2022-08-16T03:44:54.846Z] [File Watcher (node.js)] Request to…

rfdz
- 21
- 3
2
votes
0 answers
Change Visual Studio Code's window title when using the "custom" title bar style?
In Visual Studio Code (or VSCodium), when using the (relatively new?) Window Title Bar Style (window.titleBarStyle) set to custom (which is the new default), the title bar of the window appears to ignore the setting of Window Title…

crimson-egret
- 753
- 7
- 18
1
vote
1 answer
How to access GitLens+ features for a public fork?
I created a public fork of a public repository on GitHub. After cloning via SSH I can't use the Commit Graph feature of the GitLens VSCode plugin. It says:
A trial or paid plan is required to use this on privately hosted repos.
Why is that? Which…

cppbest
- 59
- 8
1
vote
0 answers
Updated Vscodium breaks jupyter extension - webview issue?
I need to run jupyter scripts for my thesis project and the vscodium-bin aur update vscodium-bin 1.78.1.23130-1
breaks the jupyter extension. I have tried downgrading the jupyter extension version but that doesn't fix the issue. I have also tried…

evan
- 169
- 3
- 12
1
vote
2 answers
Make python code highlighting for VSCodium equal to VSCode
Migrated from VSCode to VSCodium because "Microsoft bad". Developing python applications seems to be missing some of the code colors like the modules in turquoise or local variables in light blue in the "Dark +" theme, visible in the comparison…
1
vote
1 answer
How can I switch off word wrap for parts of a markdown file in VS Code / VSCodium?
Is there any way in VSCodium to switch off the line wrapping for a section of a file, in my case a markdown file?
I'm writing as documentation in Markdown and want to include some tables.
Due to the fact that the target system/converter I'm using,…

Skeeve
- 7,188
- 2
- 16
- 26
1
vote
1 answer
How to tell VsCodium and VsCode apart?
Without having done the installation myself, is there an easy way to check (maybe from within the application) if it is VsCode or VsCodium?

Konstantin
- 320
- 2
- 7