Skip to content

Commit 5c687e2

Browse files
committed
fix: restore vscode settings
1 parent 0c49c15 commit 5c687e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"rust-analyzer.linkedProjects": [
3-
// "Cargo.toml",
3+
"Cargo.toml",
44
"examples/embassy-nucleo-h563zi/Cargo.toml",
5-
// "examples/embassy-stm32-g431cb/Cargo.toml",
5+
"examples/embassy-stm32-g431cb/Cargo.toml",
66
]
77
}

0 commit comments

Comments
 (0)