How to use openSUSE Tumbleweed Konsole bash terminal in VSCode Terminal?

Hello, I use VSCode but I am wondering if there is a way to use the bash terminal that Konsole uses where it has g++,GCC,gdb and java compilers. I tried switching in VSCode but the bash terminal that was provided doesn’t have those compilers.

Try installing these:

> sudo zypper install -t pattern devel_basis devel_C_C++ devel_java

How did you install VSCode? I’m thinking Flatpak, ie sandboxed?

Yeah it’s from KDE Discover. Is there maybe a Zypper Tumbleweed version? If so, how do I get it? sudo zypper install code?

https://en.opensuse.org/Visual_Studio_Code#Install

it doesn’t seem to have settings sync. From what I can see, it’s missing a lot of the Microsoft features. How do I get them on Code OSS?

Well, it’s back to the Flatpak version then

1 Like

what about VSCodium?

Did you fully read those links?

VSCodium doesn’t have access to VSCode Marketplace either.

i got it working using host-spawn. Thanks for help!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.