reHDD/vcCodium.code-workspace

20 lines
299 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"iostream": "cpp",
"*.tcc": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"string_view": "cpp",
"ostream": "cpp",
"chrono": "cpp",
"thread": "cpp"
},
"git.ignoreLimitWarning": true
}
}