Spaces:
Sleeping
Sleeping
Invalid JSON:Expected double-quoted property name in JSONat line 6, column 5
| { | |
| "jupyter.notebookFileRoot": "${workspaceFolder}", | |
| "[python]": { | |
| "editor.defaultFormatter": "ms-python.black-formatter", | |
| "editor.formatOnSave": true, | |
| }, | |
| "ms-python.black-formatter.args": [ | |
| "--line-length", | |
| "119" | |
| ] | |
| } |