Skip to content

Commit 8d125e2

Browse files
committed
update
1 parent ee5b7bc commit 8d125e2

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.vscode/settings.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
// monorepo:
33
"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",
4+
"crates/try/rs-cms/Cargo.toml",
5+
"crates/try/rs-try/Cargo.toml",
6+
"crates/rs-rpc/rs-volo/Cargo.toml",
7+
"crates/rs-rpc/rs-tonic/Cargo.toml",
8+
"crates/rs-gui/rs-tauri-vue/src-tauri/Cargo.toml",
109
"Cargo.toml"
1110
],
1211
"sqltools.connections": [
@@ -25,4 +24,4 @@
2524
"password": "root"
2625
}
2726
]
28-
}
27+
}

0 commit comments

Comments
 (0)