Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewording warning message #96

Merged
merged 1 commit into from
Jul 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions crates/nil/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ impl Server {
typ: MessageType::INFO,
message: "\
Some flake inputs are not available. Fetch them now? \n\
You can enable auto-fetch in configurations.\
You can enable autoArchive in lsp configuration.\
"
.into(),
actions: Some(vec![
Expand Down Expand Up @@ -520,7 +520,7 @@ impl Server {
MessageType::WARNING,
"\
Some flake inputs are not available, please run `nix flake archive` to fetch them. \n\
Your LSP client doesn't support confirmation. You can enable auto-fetch in configurations.\
Your LSP client doesn't support confirmation. You can enable autoArchive in lsp configuration.\
",
);
false
Expand Down