issues
search
bergercookie
/
asm-lsp
Language server for NASM/GAS/GO Assembly
https://crates.io/crates/asm-lsp
BSD 2-Clause "Simplified" License
272
stars
18
forks
source link
feat: Support multiple documents, other misc. changes
#95
Closed
WillLillis
closed
4 months ago
WillLillis
commented
4 months ago
This PR does a few things
Supports multiple documents at once
Done in prep for supporting compile_commands.json (see #77, #85)
This is also just a good idea in and of itself
Upgrade the
lsp-textdocument
dependency
This eliminates a versioning conflict, allowing us to alos upgrade the
lsp-types
dependency. With the
Hash
trait derived for the
Location
struct in
https://github.com/gluon-lang/lsp-types/pull/279
, we can now clean up some logic
around here
in a follow-up PR as well
This PR does a few things
Hash
trait derived for theLocation
struct in https://github.com/gluon-lang/lsp-types/pull/279, we can now clean up some logic around here in a follow-up PR as well