Skip to content

Commit

Permalink
LS: New state architecture (#6309)
Browse files Browse the repository at this point in the history
  • Loading branch information
Draggu authored Aug 29, 2024
1 parent 037e731 commit ae671e5
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 143 deletions.
2 changes: 1 addition & 1 deletion crates/cairo-lang-language-server/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use crate::lsp::client_capabilities::ClientCapabilitiesExt;
/// Therefore, holding any references or copies of this struct or its values for
/// longer periods of time should be avoided, unless the copy will be reactively updated on
/// `workspace/didChangeConfiguration` requests.
#[derive(Debug, Default)]
#[derive(Debug, Default, Clone)]
pub struct Config {
/// A user-provided path to the `core` crate source code for use in projects where `core` is
/// unmanaged by the toolchain.
Expand Down
Loading

0 comments on commit ae671e5

Please sign in to comment.