feat!: implement Application API
This commit is contained in:
parent
e24465ba37
commit
a223b60a0c
26 changed files with 1420 additions and 138 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
|
@ -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": ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue