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-10-21 20:58:58 +08:00

16 lines
181 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"ctime": "cpp",
"iostream": "cpp",
"new": "cpp"
},
"files.encoding": "gb2312"
},
}