From c72647dfe1c7bab455d05e1da1b4ae064b977f25 Mon Sep 17 00:00:00 2001 From: shevernitskiy Date: Sat, 30 Sep 2023 19:56:09 +0300 Subject: [PATCH] enable `rust-analyzer` in wsl --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 451605c..758e290 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,8 @@ { "rust-analyzer.linkedProjects": [ ".\\src\\macro\\Cargo.toml", - ".\\Cargo.toml" + ".\\Cargo.toml", + "src/macro/Cargo.toml", + "Cargo.toml", ] } \ No newline at end of file