diff --git a/crates/rome_lsp/src/session.rs b/crates/rome_lsp/src/session.rs index 099cc105eb2..27dbc15837c 100644 --- a/crates/rome_lsp/src/session.rs +++ b/crates/rome_lsp/src/session.rs @@ -81,7 +81,7 @@ enum ConfigurationStatus { Loaded = 0, /// The configuration file does not exist Missing = 1, - /// The configuration file could not be loaded + /// The configuration file exists but could not be loaded Error = 2, }