

If someone is looking for an alternative, use the clangd extension. It’s much better compared to the Microsoft one. LLDB extension is good for debugging. Also works with gdb.
The only things I am lacking now is the one for remote, python.
If someone is looking for an alternative, use the clangd extension. It’s much better compared to the Microsoft one. LLDB extension is good for debugging. Also works with gdb.
The only things I am lacking now is the one for remote, python.
For a pc, I personally like arch because they don’t mess with defaults, and especially good for gaming.
For what purpose though?
I have used Logitech f310 wired and f710 wireless, not bt, without any issues on steam. Not sure about your specific issues though.
The native build of this game crashes a lot and the proton one has awful performance issue, especially after around 100 turns. Even on the lowest setting. Not sure why it’s advertised as having native Linux support. The new content doesn’t make it more playable.
It’s not that bad imo, probably good UX wise. People using gnome have a specific mindset/expectation that usually does not apply to people using KDE (and reverse).
Most of the heavy lifting is done by lower level libs anyway. So the duplication is not as extreme. E.g Firefox doesn’t gel well with KDE by default. And thunderbird looks quite foreign.
Based on https://docs.zephyrproject.org/latest/develop/getting_started/index.html Zephyr seems to use cmake
So you should be able to use https://cmake.org/cmake/help/latest/variable/CMAKE_EXPORT_COMPILE_COMMANDS.html to generate the compile commands json and configure clangd to use that.