mirror of
https://github.com/Estom/notes.git
synced 2026-05-11 19:16:31 +08:00
18 lines
453 B
JSON
18 lines
453 B
JSON
{
|
|
"python.linting.pylintEnabled": true,
|
|
"python.linting.enabled": true,
|
|
"python.pythonPath": "C:\\Python\\python.exe",
|
|
"files.associations": {
|
|
"xstring": "cpp",
|
|
"deque": "cpp",
|
|
"initializer_list": "cpp",
|
|
"list": "cpp",
|
|
"vector": "cpp",
|
|
"xutility": "cpp",
|
|
"regex": "cpp",
|
|
"chrono": "cpp",
|
|
"iostream": "cpp",
|
|
"ostream": "cpp",
|
|
"iomanip": "cpp"
|
|
}
|
|
} |