From 82c72c1af21780de6667395d68d40681ab5e1013 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Sat, 8 Apr 2023 03:55:59 -0400 Subject: [PATCH] suppress notification [skip ci] --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0671909d6..ee588c0cf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,6 @@ ], "rust-analyzer.linkedProjects": [ "./Cargo.toml" - ] + ], + "rust-analyzer.showUnlinkedFileNotification": false }