Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
harper-core@0.4.1
harper-ls@0.4.1

Generated by cargo-workspaces
  • Loading branch information
elijah-potter committed Jan 27, 2024
1 parent 302b1cb commit 2d03f8e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion harper-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harper-core"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
description = "The language checker for artists."
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions harper-core/dictionary.dict
Original file line number Diff line number Diff line change
Expand Up @@ -49586,3 +49586,5 @@ lex/D
Levenshtein/M
QUERTY
SIMD
C++
JavaScript
2 changes: 1 addition & 1 deletion harper-ls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harper-ls"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
description = "The language checker for artists."
license = "MIT OR Apache-2.0"
Expand Down
3 changes: 3 additions & 0 deletions harper-ls/src/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ impl LanguageServer for Backend {
.log_message(MessageType::INFO, "File opened!")
.await;

self.update_document_from_file(&params.text_document.uri)
.await;

self.publish_diagnostics(&params.text_document.uri).await;
}

Expand Down

0 comments on commit 2d03f8e

Please sign in to comment.