diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..6cb83cc9f --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "rust-analyzer.linkedProjects": [ + "./rust/main/Cargo.toml", + "./rust/sealevel/Cargo.toml", + ], +} \ No newline at end of file