mirror of
https://github.com/Estom/notes.git
synced 2026-05-01 14:03:59 +08:00
14 lines
349 B
JSON
14 lines
349 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"
|
|
}
|
|
} |