mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 09:38:22 +02:00
fix(lsp): inlay hints span issue with user config scripts (#15071)
# Description Fixes this:  # User-Facing Changes # Tests + Formatting I can't figure out how to test this atm. Happy to do it if someone show me some hints how. # After Submitting
This commit is contained in:
@ -160,6 +160,7 @@ impl LanguageServer {
|
||||
}
|
||||
}
|
||||
|
||||
/// TODO: test for files loaded as user config
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use crate::path_to_uri;
|
||||
|
Reference in New Issue
Block a user