Cultivation/.vscode/settings.json
fnrir 3ba467d03b Fix paths
Replaced backslashes in paths with slashes. I did
not touch function that do the same with paths.
Those can be removed manually.
Also dataDir() returns a path that ends with a
slash so I got rid of duplicated slashes.
2023-06-27 10:35:37 +02:00

4 lines
63 B
JSON

{
"rust-analyzer.linkedProjects": ["src-tauri/Cargo.toml"]
}