bergercookie / asm-lsp

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

fix: Add check to root_path field for project path #129

Closed WillLillis closed 3 months ago

WillLillis commented 3 months ago

Adds a check for the (deprecated) root_path field when trying to determine a project's root directory. Also adds a log statement showing the initialization params received from the client.

Added as part of the investigation for #127