add settings for vscode

This commit is contained in:
shenjack-mac 2023-04-09 13:20:08 +08:00
parent fc3cac83e5
commit fc52c602b8

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"rust-analyzer.linkedProjects": [
"libs/Difficult_Rocket_rs/src/Cargo.toml",
"libs/pyglet_rs/src/Cargo.toml",
]
}