-
|
Hey. I was trying out your LSP but I'm getting a lot of false diagnostics. I created a project local config which uses the NASM compiler with x86 assembler language. Here is what I'm getting: It thinks the |
Beta Was this translation helpful? Give feedback.
Answered by
ldelossa
Nov 28, 2024
Replies: 1 comment 5 replies
-
|
Ah, okay I needed to set It's a bit odd that we need to save the buffer for diagnostics to update, I think usually the LSP would get file changed updates as you make changes. Just a heads up. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
ldelossa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Ah, okay I needed to set
compiler = nasmto get the corrected diagnostics.It's a bit odd that we need to save the buffer for diagnostics to update, I think usually the LSP would get file changed updates as you make changes. Just a heads up.