We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5b7bc commit 8d125e2Copy full SHA for 8d125e2
.vscode/settings.json
@@ -1,12 +1,11 @@
1
{
2
// monorepo:
3
"rust-analyzer.linkedProjects": [
4
- "crates/rs-cms/Cargo.toml",
5
- "crates/rs-try/Cargo.toml",
6
- "crates/rs-volo/Cargo.toml",
7
- "crates/rs-tonic/Cargo.toml",
8
- "crates/rs-sql/rs-sqlcipher/Cargo.toml",
9
- "crates/rs-tauri-vue/src-tauri/Cargo.toml",
+ "crates/try/rs-cms/Cargo.toml",
+ "crates/try/rs-try/Cargo.toml",
+ "crates/rs-rpc/rs-volo/Cargo.toml",
+ "crates/rs-rpc/rs-tonic/Cargo.toml",
+ "crates/rs-gui/rs-tauri-vue/src-tauri/Cargo.toml",
10
"Cargo.toml"
11
],
12
"sqltools.connections": [
@@ -25,4 +24,4 @@
25
24
"password": "root"
26
}
27
]
28
-}
+}
0 commit comments