diff options
| author | zy <[email protected]> | 2023-08-23 04:59:13 +0000 |
|---|---|---|
| committer | zy <[email protected]> | 2023-08-23 04:59:13 +0000 |
| commit | e5038c5b0c1d5ee8026290d22734d79818533eef (patch) | |
| tree | 7435e06eb8f266b616f6d6b4330f504d7b00f7f6 /.vscode/settings.json | |
| parent | 086801a8d947fbcd9df43b13ecdd91986ba1b5da (diff) | |
重新 initudp
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 12052b8..f728a93 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,9 @@ "**/target": true }, "lldb.verboseLogging": true, + "rust-analyzer.linkedProjects": [ + "./Cargo.toml" + ], // "rust-analyzer.linkedProjects": [ // "./timer_future/Cargo.toml" // ] |
