asm-lsp not working correct for linux kernel source code #14296
Unanswered
marcosps
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
When opening an assembly file I expected it to correctly highlight the code, and having the symbol searching to work, but it's not the case when opening an asm file in the Linux kernel.
Reproduction Steps
Having this set on languages.toml
And then opening a file with C and asm on the linux kernel:
I expected the whole file to be able to search for symbols, but the lsp is not working, and the highlight is partially working.
Maybe this issue is on asm-lsp, but either way I would like to report it here since I've being playing with languages.toml and I'm perhaps using it wrong...
Helix log
~/.cache/helix/helix.log
The original file has 160Mb... which is given the amount of paths of compile_commands.json generated by the kernel I suppose...
helix.log.gz
Platform
Linux
Terminal Emulator
ptyxis
Installation Method
openSUSE Tumbleweed repository
Helix Version
helix 25.07 (5cda70e)
Beta Was this translation helpful? Give feedback.
All reactions