term-owo-cpp/.vscode/settings.json

7 lines
114 B
JSON
Raw Normal View History

2024-09-19 12:11:19 +00:00
{
"files.associations": {
"*.pyw": "python",
"string": "cpp",
"ostream": "cpp"
}
}