Invalid JSON: Expected double-quoted property name in JSON
at line 13, column 1
| { | |
| "C_Cpp.intelliSenseEngine": "disabled", | |
| "editor.formatOnSave": true, | |
| "editor.defaultFormatter": null, | |
| "[python]": { | |
| "editor.defaultFormatter": "ms-python.black-formatter" | |
| }, | |
| "git.ignoreLimitWarning": true, | |
| "pylint.ignorePatterns": [ | |
| "*/ten_runtime_python/**/*", | |
| "/usr/lib/**/*" | |
| ], | |
| } |