bergercookie / asm-lsp

Language server for NASM/GAS/GO Assembly
https://crates.io/crates/asm-lsp
BSD 2-Clause "Simplified" License
239 stars 13 forks source link

fix: remove file:// prefix in path comparison inside diagnostics handling code #116

Closed WillLillis closed 1 month ago

WillLillis commented 1 month ago

It looks like I goofed on the path comparison code when comparing between the uri in the LSP client's request parameters and the file entry for each given compile command. The file:// prefix in the parameter's uri field caused every comparison to evaluate to false.

cc @RemezovaJulia

Closes #115