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-11-18 20:44:46 +08:00

18 lines
244 B
Plaintext

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