Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Update crates/rome_lsp/src/session.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
  • Loading branch information
MichaReiser and ematipico authored Dec 23, 2022
1 parent a1e71fa commit 0a8ec9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rome_lsp/src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit 0a8ec9a

Please sign in to comment.