feat: add tasks manage view

This commit is contained in:
2025-06-12 03:32:18 +08:00
parent 258eeddc74
commit 07955286f1
32 changed files with 774 additions and 348 deletions

10
.vscode/settings.json vendored
View File

@@ -39,5 +39,13 @@
"username": "konobangu"
}
],
"rust-analyzer.cargo.features": "all"
"rust-analyzer.cargo.features": "all",
// https://github.com/rust-lang/rust/issues/141540
"rust-analyzer.cargo.targetDir": "target/rust-analyzer",
"rust-analyzer.check.extraEnv": {
"CARGO_TARGET_DIR": "target/rust-analyzer"
},
"rust-analyzer.cargo.extraEnv": {
"CARGO_TARGET_DIR": "target/analyzer"
}
}