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

20 lines
284 B
Plaintext
Raw Normal View History

2021-10-03 02:28:37 +00:00
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"iostream": "cpp",
2021-10-22 17:09:39 +00:00
"*.tcc": "cpp",
"string": "cpp",
"string_view": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
2021-11-22 14:00:53 +00:00
"streambuf": "cpp",
2021-12-02 16:09:33 +00:00
"istream": "cpp",
"array": "cpp"
2021-11-18 12:44:46 +00:00
}
}
2021-10-03 02:28:37 +00:00
}