feat!: implement Application API

This commit is contained in:
Michael Murphy 2023-08-02 11:54:07 +02:00 committed by GitHub
parent e24465ba37
commit a223b60a0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 1420 additions and 138 deletions

View file

@ -1,5 +1,4 @@
{
"rust-analyzer.check.overrideCommand": [
"cargo", "clippy", "--no-deps", "--message-format=json", "--", "-W", "clippy::pedantic"
]
"rust-analyzer.check.overrideCommand": ["just", "check-json"],
"git-blame.gitWebUrl": ""
}