Skip to content

Commit

Permalink
fix: use task
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 committed Apr 29, 2023
1 parent 160999a commit e37b46f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rusty-hook.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[hooks]
pre-commit = "cargo fmt --all --check && cargo clippy"
pre-commit = "task fmt-and-lint"

[logging]
verbose = true
4 changes: 2 additions & 2 deletions vscode/tests/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"pestIdeTools.serverPath": "../../target/debug/pest-language-server"
{
"pestIdeTools.serverPath": "../../target/debug/pest-language-server"
}

0 comments on commit e37b46f

Please sign in to comment.