Skip to content

Commit

Permalink
🔨 update vscode settings.json
Browse files Browse the repository at this point in the history
Signed-off-by: David Bernard <[email protected]>
  • Loading branch information
davidB committed Feb 11, 2024
1 parent ec28561 commit 0ee512f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"cSpell.words": ["cdevents", "cdviz", "sdlc"]
"cSpell.words": [
"cdevents",
"cdviz",
"sdlc"
],
"rust-analyzer.linkedProjects": [
"./cdviz-collector/Cargo.toml"
]
}

0 comments on commit 0ee512f

Please sign in to comment.