Skip to content

Commit

Permalink
perf(lsp): only store parsed sources for open documents (#23454)
Browse files Browse the repository at this point in the history
  • Loading branch information
nayeemrmn committed Apr 20, 2024
1 parent 472a370 commit 79e6751
Show file tree
Hide file tree
Showing 8 changed files with 199 additions and 118 deletions.
2 changes: 1 addition & 1 deletion cli/lsp/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ impl Settings {
}
}

#[derive(Debug, Default)]
#[derive(Clone, Debug, Default)]
pub struct Config {
pub client_capabilities: ClientCapabilities,
pub settings: Settings,
Expand Down
Loading

0 comments on commit 79e6751

Please sign in to comment.