AdventOfCode/AdventOfCode.code-workspace
2023-04-27 10:29:10 +02:00

14 lines
No EOL
202 B
Text

{
"folders": [
{
"path": "."
}
],
"settings": {
"editor.wordBasedSuggestions": false,
"javascript.suggest.names": false,
"rust-analyzer.linkedProjects": [
"./rust/Cargo.toml"
]
}
}