AdventOfCode/AdventOfCode.code-workspace

14 lines
202 B
Text
Raw Normal View History

2020-12-01 18:12:30 +01:00
{
"folders": [
{
"path": "."
}
],
"settings": {
"editor.wordBasedSuggestions": false,
2023-04-27 10:29:10 +02:00
"javascript.suggest.names": false,
"rust-analyzer.linkedProjects": [
"./rust/Cargo.toml"
]
}
2020-12-01 18:12:30 +01:00
}