70 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
195
views
Getting clangd to work when compiling with MSVC
I'm using Windows 11, CMake, VSCodium, clangd 21.1.0 and Visual Studio 2022 Community. I can compile my project just fine but I don't know how to get clangd set up and working, I know that it's ...
0
votes
1
answer
37
views
VSC with Spring Boot Tools extension cannot use multiple projects within the same VSCodium workspace
I am using the Spring Boot Tools extension in VSCodium and it's only partially working. The extension is active and functions correctly for one Spring Boot project in my workspace but fails to ...
0
votes
0
answers
160
views
Debugging MSVC/PDB applications in VS Codium
I do a lot of C++ programming in VS Code, and I'd like to switch to the less Microsoft-related VS Codium, which I gather has to make use of a different collection of extensions. Everything has worked ...
0
votes
0
answers
320
views
vscode (vscodium) - Python cannot import packages from venv
I want to use Jupyter Notebook feature. My virtual environment can run an ipykernel without issues (on code as well).
When I try importing a package, it acts as if the package doesn't exist.
e.g.
...
0
votes
0
answers
87
views
php binary could not be either found or executed. Make sure PHP is installed, and add path
here is the settings.json file on vscodium
{"php.executables": {"v8.3.17": "/usr/bin/php"}}
when I try to run it:
\[Error: spawn php ENOENT
at ChildProcess.\_handle....
0
votes
0
answers
68
views
Python Interpreter Version not showing in the panel after clicking {}
I'm using vscode on windows 10.
Normally if you click the {} symbol at the bottom of vscode window, it shows a panel where you can pin the python version in the bar.
I tried the solution in
Python ...
0
votes
1
answer
150
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
240
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
94
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
213
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
93
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
471
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
451
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 ...
-1
votes
0
answers
46
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
76
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, ...