chakli

joined 2 years ago
[–] chakli@lemmy.world 2 points 3 weeks ago

Isn’t the conditions quite different, from your screenshot, you get to devices if you want to terminate. But in the other case, they decide.

[–] chakli@lemmy.world 10 points 1 month ago

Disappointing that the article doesn’t seem to answer the question in the title.

[–] chakli@lemmy.world 1 points 2 months ago (1 children)

I don’t see a download for windows on its page. Or did you mean build from source

[–] chakli@lemmy.world 1 points 2 months ago

Wow, had to spend couple if hours configuring it. Almost as nice as konsole.

[–] chakli@lemmy.world 6 points 2 months ago (3 children)

I have tried this, but feels clunky to me. And the copy paste behaviour is kind of weird. Similar to cmd.

 

I am looking some recommendations for a terminal emulator from windows to login to Linux via ssh+tmux and also connect to WSL.

It needs to have support for multiple tabs, would be nice if it also had split window support. And mostly should feel like a Linux terminal emulator.

I am mostly used to konsole, so something like that would be preferable. I have been using alacritty, but no tabs makes me feel weird.

[–] chakli@lemmy.world 1 points 3 months ago (1 children)

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.

[–] chakli@lemmy.world 59 points 3 months ago (8 children)

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.

[–] chakli@lemmy.world 3 points 3 months ago (1 children)

For what purpose though?