From 0ee512f9cfb4e39b5d848394e0186c271902f8f5 Mon Sep 17 00:00:00 2001 From: David Bernard Date: Sun, 11 Feb 2024 17:11:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20update=20vscode=20settings.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Bernard --- .vscode/settings.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1707afb..550e38a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,10 @@ { - "cSpell.words": ["cdevents", "cdviz", "sdlc"] + "cSpell.words": [ + "cdevents", + "cdviz", + "sdlc" + ], + "rust-analyzer.linkedProjects": [ + "./cdviz-collector/Cargo.toml" + ] }