Fix LSP false errors on macro parameter references #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/lsp-macro-params"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
\paramreferences inside macro bodies as "unexpected character" errors. The fix replaces\paramwith a valid placeholder before tokenizing macro body lines, mirroring how the assembler expands macros at the text level before the lexer sees them.just vsixrecipe to package the VS Code extension as a.vsixfile.Test plan
just vsixproduces a valid .vsix package\paramlines🤖 Generated with Claude Code