diff options
| author | Don Reilly <[email protected]> | 2023-08-10 08:21:03 -0500 |
|---|---|---|
| committer | Don Reilly <[email protected]> | 2023-08-10 08:21:03 -0500 |
| commit | c3128846923718d94921617776008c1eadcd4fec (patch) | |
| tree | e035cdda89b69d711c4636b8c7788deb50655949 /.vscode/settings.json | |
| parent | 8a9622ec2ecb9960f17ea0bd5b662783ba522cbd (diff) | |
added exclusion for adc v4 as well
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 29e8812e3..139b432f4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -41,4 +41,5 @@ | |||
| 41 | // "examples/stm32wl/Cargo.toml", | 41 | // "examples/stm32wl/Cargo.toml", |
| 42 | // "examples/wasm/Cargo.toml", | 42 | // "examples/wasm/Cargo.toml", |
| 43 | ], | 43 | ], |
| 44 | "rust-analyzer.showUnlinkedFileNotification": false, | ||
| 44 | } \ No newline at end of file | 45 | } \ No newline at end of file |
