Conversation

Jarkko Sakkinen

Edited 2 months ago

I use ctags myself but if I’d really wanted to use LSP with kernel tree I’d put this running to a tmux pane:

echo vmlinux | entr scripts/clang-tools/gen_compile_commands.py

In English: every time vmlinux changes, compile_commands.json will change.

For more information, see https://eradman.com/entrproject/.

0
2
2