We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065bf23 commit 0cfcaddCopy full SHA for 0cfcadd
.gitignore
@@ -9,7 +9,7 @@ pwasm-libc/Cargo.lock
9
bin/node/runtime/wasm/target/
10
**/._*
11
**/.criterion/
12
-.vscode
+# .vscode
13
polkadot.*
14
.DS_Store
15
.idea/
@@ -29,4 +29,5 @@ rls*.log
29
30
# 2022:
31
tmp/
32
-*.log
+*.log
33
+.history/
.vscode/settings.json
@@ -0,0 +1,10 @@
1
+{
2
+ "rust-analyzer.lruCapacity": 1000,
3
+ "rust-analyzer.cargo.allFeatures": true, // 分析器最大缓存深度
4
+ // monorepo:
5
+ "rust-analyzer.linkedProjects": [
6
+ "packages/axum/axum-axum-v0.4.5/Cargo.toml",
7
+ "packages/tokio/tokio-1.14.1/Cargo.toml",
8
+ "packages/substrate/substrate-monthly-2022-02/Cargo.toml", // fix for vscode
+ ]
+}
0 commit comments