Skip to content

Commit 4720ffd

Browse files
authored
check in (some) recommended vscode settings (#910)
Signed-off-by: Craig Disselkoen <cdiss@amazon.com>
1 parent 74dd175 commit 4720ffd

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
cedar-drt/fuzz/corpus
1818
cedar-drt/fuzz/artifacts
1919

20+
# VSCode settings -- although we have some checked in, we don't want local
21+
# settings to appear as unstaged changes by default
2022
.vscode
2123

2224
# We expect a copy of `cedar-policy/cedar` present in this directory, but do

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"rust-analyzer.linkedProjects": [
3+
"./cedar-drt/fuzz/Cargo.toml",
4+
"./cedar/Cargo.toml",
5+
"./cedar-lean-cli/Cargo.toml"
6+
]
7+
}

0 commit comments

Comments
 (0)