Files
screeps/.vscode/settings.json
2025-08-12 23:56:10 +02:00

20 lines
344 B
JSON

{
"files.exclude": {
".*": true,
"LICENSE": true,
"*.md": true
},
"files.associations": {
"__bit_reference": "cpp",
"__hash_table": "cpp",
"__string": "cpp",
"__tree": "cpp",
"algorithm": "cpp",
"map": "cpp",
"set": "cpp",
"string": "cpp",
"string_view": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp"
}
}