We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74dd175 commit 4720ffdCopy full SHA for 4720ffd
.gitignore
@@ -17,6 +17,8 @@
17
cedar-drt/fuzz/corpus
18
cedar-drt/fuzz/artifacts
19
20
+# VSCode settings -- although we have some checked in, we don't want local
21
+# settings to appear as unstaged changes by default
22
.vscode
23
24
# We expect a copy of `cedar-policy/cedar` present in this directory, but do
.vscode/settings.json
@@ -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