This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
justhomework/workspace.code-workspace
2021-12-03 00:09:33 +08:00

20 lines
284 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"iostream": "cpp",
"*.tcc": "cpp",
"string": "cpp",
"string_view": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"istream": "cpp",
"array": "cpp"
}
}
}