73 questions
-4
votes
0
answers
38
views
VSCode + golang: command-click navigates to url instead of the package in imports
Go module names are supposed to include urls in them, i.e. github.com/me_on_github/my_project, so all local imports begin with that prefix. When I want to go to a package from the imports, I command-...
0
votes
0
answers
52
views
VSCodium not loading plugins/can't connect to live server
I'm having trouble with VSCodium, as it's not loading plugins at all, and I'm unable to connect to the live server also. When I search for plugins, all I get is Error while fetching extensions. Failed ...
0
votes
1
answer
92
views
Vscodium menu entries flashes white in dark mode
Vscodium menu entries flashes white in dark mode. I am using Verision 1.93 under Linux.
This is maybe related to the underlying electron. But maybe someone has a solution for that.
Thanks in advance.
0
votes
1
answer
51
views
Vscodium scans all files of the git repository where I am in and takes 100% cpu time during that period
Vscodium scans all files of the git repository where I am in and takes 100% cpu time during that period. This also happens when I start vscodium with 'codium --disable-extensions'.
I checked this ...
0
votes
1
answer
32
views
Upgrading VSCodium on ChromeOS
After (many) years of living in the DOS/Windows world, I'm trying to come to grips with ChromeOS. It is unclear to me whether my VSCodium installation will auto-update, like my Windows installation ...
0
votes
0
answers
15
views
Opposite of "Compare Active File with Clipboard" in VSCode/VSCodium?
In other words, is there a way to swap the left/right inputs of the diff?
I want to see what changes pasting would bring to the current file. E.g., if the clipboard has an extra line that the current ...
0
votes
0
answers
96
views
Is there a way to customize the behaviour of code folding in Visual Studio Code?
VSCode supports folding but folder block does not provide much information about the contents. I am wondering if there is a way of customizing how folding works?
I am switching from Vim and struggling ...
0
votes
1
answer
37
views
Build Tauri from Flatpak Sandbox
I've installed VSCodium on my Fedora desktop as a Flatpak.
I have installed the node.js Flatpak SDK, together with pnpm as package manager.
When I create a Tauri app (version 2.0 - Release Candidate, ...
0
votes
0
answers
75
views
VSCodium Not Recognizing Python Module in Virtual Environment
I activated the virtual environment of my project via the terminal and then opened the project path in VSCodium. Despite installing the Python library globally, VSCodium still doesn't recognize the ...
-2
votes
2
answers
118
views
VSCodium Fails to Detect Virtual Environment Interpreter
I activated the virtual environment of my project via the terminal and then opened the project path in VSCodium. However, VSCodium fails to find the interpreter of the virtual environment when I try ...
0
votes
0
answers
31
views
vscodium python multiline comment how to use # instead of docstring?
Linux Debian 12, wondering how to replace the behavior of vscodium that if I select multiple lines and want to get them as comment it add a docstring instead adding an hashtag to eachline.
Doctring ...
0
votes
0
answers
39
views
Vscodium not recognizing wx/wx.h file [duplicate]
I installed vscodium and wx/wx.h in my macbook pro using homebrew to install both.
I'm trying to start a gui project using wx/wx.h, but every time I try to include the header file, I get an error ...
0
votes
0
answers
60
views
EOF prevents folding entire functions in Shellscript
I'm having a small problem with folding and unfolding things in VSCode shellscript code. When I write a function and add a help section to it, with a heredoc that ends in EOF, naturally - After this, ...
0
votes
1
answer
357
views
Update of Jupyter extension in VSCodium fails
The Jupyter extension for VS Code wants to update but fails to do so. I am not sure which version of the extension I had installed before I uninstalled it and then tried to reinstall (read below). I ...
0
votes
0
answers
29
views
How to make in-DOM vue templates work with typescript? [duplicate]
I would like to create a vue app with an in-DOM template. However, typescript complains about it in my IDE (VSCodium). What shall I do to make it stop throwing that error?
Typescript error in IDE: ...
0
votes
0
answers
52
views
VSCodium not Recognizing Installed Libraries or pip/pip3 in Virtual Environment
I'm encountering an issue while working with VSCodium on Linux (Linux Mint). I've set up a virtual environment which VSCodium recognizes and activates. However, despite having installed Python3-pip, ...
0
votes
0
answers
44
views
Trouble debugging my Angular project in VSCodium
I'm encountering difficulties when attempting to debug my Angular project in VSCodium. Whenever I try to initiate debugging, I receive the following error message: "Cannot connect to the target ...
0
votes
0
answers
141
views
Clangd VSCodium can't find GTK-4 headers
I'm looking to learn how to use the GTK-4 library in C, so I've installed the official packages for my distribution (Manjaro), but I'm facing an issue...
Clangd can't find the gtk headers with #...
-1
votes
1
answer
43
views
VSCodium, not possible to run both Dart and JS in terminal
So I have this config rn in my launch.json file:
"launch": {
"version": "0.2.0",
"configurations": [
{
"name": &...
1
vote
0
answers
47
views
VSCodium - Copies Double Empty Lines - Intermitently (Depending on Text Content)
I have a very annoying issue with VSCodium.
When you have a bunch of code and you try to copy it off of VSCodium, so CTRL+C, and then you paste it into another editor such as gedit, or another ...
0
votes
1
answer
458
views
Python automatic debugging configuration missing in VSCodium even though Python Extension installed?
I'm using vscodium (version 1.85.1), I installed the official python extension (ms-python).
I'm looking to debug a python file using breakpoints that can I can do some simple type inspection.
When I ...
1
vote
1
answer
241
views
The extension Intelephense declares functions and one variable as undefinied
Good evening,
In order to program a Model-View-Controller (MVC) type application in PHP under Ubuntu 22.04, I first learned to create a vendor folder. Inside this folder, there is another folder named ...
0
votes
1
answer
138
views
<math.h> math module is not working for me in C, i am using VSCodium in linux
so my code ran smoothly in codium with the extensions when i was only working with stdio.h, but when i tried to use math.h module in my program i am unable to run it, this is what i get as error:
...
0
votes
0
answers
28
views
How to send code from VS Code to separate R app?
I've just switched from Atom to VS Code and I am looking for a way to send code from VSC to the native R.app terminal, outside of VS Code. Same way as it could be done with Atom. But so far I could ...
1
vote
1
answer
2k
views
How to install Python3.12 within POP!_OS Flatpak VSCodium and change its python interpreter version to Python3.12?
Problem & TLDR
Hello! I recently switched from Windows to POP!_OS. I am not too familiar with Linux and Python but want to learn it.
I am having trouble with changing Flatpak VSCodium's Python ...
0
votes
0
answers
207
views
Unable to import tkinter for Python file in VSCodium for Pop!_OS
I was trying to install tkinter for my Python file so that I would be able to display a window with GUI. However I am encountering this error: File "/home/zhenf/VSCodium_Workspace/pyfilereader/...
-1
votes
1
answer
137
views
VSCODIUM cant indent html with standard tab 4spaces
on a fresh install of VSCodium with extension Prettier on Debian 12 I can't have a standard indent with tabs of 4 spaces on a HTML file.
(I enabled the option to format file on save)
On the right ...
0
votes
0
answers
60
views
Prettier - How to format HTML files as expected, in a Django project
I have difficulties in formatting HTML files as expected.
Here are some of them:
(1)
Expectation (before being saved):
{% extends "admin/base.html" %}
{% block title %}{{ title }} | {{ ...
1
vote
1
answer
544
views
How do I list extensions installed from VSIX?
I'm using Codium with some extensions I installed from VSIX since they're not available on Open VSX. I want to get a list of them (so that, for example, I can check if they've been added to Open VSX ...
6
votes
4
answers
1k
views
Can't run flutter project on emulator - filename too long error
While running flutter run on emulator in VS Codium I get the following error:
flutter run --debug
Launching lib/main.dart on sdk gphone64 x86 64 in debug mode...
startup failed:
/home/damian/dev_tools/...
0
votes
1
answer
122
views
RuboCop offenses are not highlighted in VSCodium when project is loaded from workspace
I use Ruby LSP to lint Ruby code with RuboCop in VSCodium.
When I open the editor either from the console:
$ codium .
or from the command dialog (alt + F2), any offenses found are properly ...
1
vote
0
answers
651
views
Why is Codium not ignoring UNTRACKED files that are listed in .gitignore?
I am using Codium, the de-Microsofted version of VSCode and am editing a node JS repo that I don't own on Github.
After downloading the repo and opening it in the editor, I added a .env file and ran ...
8
votes
2
answers
11k
views
How to open vscodium from terminal in linux
I started to use VSCODIUM instead VSCODE cause i want to open source code from my workspace
VSCODIUM is good but i want to start it from terminal, or better, from my file manage "Dolphin"
I ...
1
vote
0
answers
170
views
vscodium: pass arguments for debugging
I want to debug a command line program that uses arguments. Like "cat <argument>".
How do I set such an argument in my debugger to check if my program is handling this argument in an ...
1
vote
1
answer
1k
views
Clangd cant find standar library headers and gives weird errors for everything
Clangd vscode's extension keeps giving me weird squigglys for #includes and standard types.
My setup: Win11. Fresh intall. I've installed both GCC/G++ and CLANG with MYSYS (following this guide), I've ...
0
votes
1
answer
1k
views
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 ...
0
votes
1
answer
134
views
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 ...
0
votes
1
answer
531
views
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",
&...
2
votes
0
answers
702
views
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 ...
1
vote
0
answers
254
views
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 ...
0
votes
0
answers
186
views
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, ...
0
votes
1
answer
180
views
Racket REPL: what does the statement "string::<value>: 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 ...
2
votes
1
answer
874
views
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. ...
2
votes
2
answers
1k
views
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 ...
2
votes
1
answer
78
views
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 ...
4
votes
2
answers
2k
views
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 / ...
9
votes
3
answers
7k
views
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 ...
2
votes
0
answers
2k
views
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) + ...
26
votes
1
answer
21k
views
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 ...
9
votes
3
answers
6k
views
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 ...