study/.vscode/settings.json

6 lines
99 B
JSON
Raw Normal View History

2023-11-12 14:27:33 +08:00
{
2023-12-03 13:30:15 +08:00
"cmake.configureOnOpen": false,
"files.associations": {
"iostream": "cpp"
}
2023-11-12 14:27:33 +08:00
}