Normalize implements AsRef

pull/8696/head
ontley 5 months ago
parent 9909082f08
commit 334af9ce5d

@ -894,7 +894,7 @@ fn start_client(
enable_snippets: bool,
) -> Result<Option<NewClient>> {
let (workspace, workspace_is_cwd) = helix_loader::find_workspace();
let workspace = path::normalize(&workspace);
let workspace = path::normalize(workspace);
let root = find_lsp_workspace(
doc_path
.and_then(|x| x.parent().and_then(|x| x.to_str()))

Loading…
Cancel
Save