AdventOfCode2023/.vscode/settings.json

5 lines
82 B
JSON
Raw Normal View History

2023-12-01 08:51:29 -08:00
{
"rust-analyzer.linkedProjects": [
"./helloworld/Cargo.toml",
]
}