Invalid JSON: Expected property name or '}' in JSON
at line 2, column 5
| { | |
| // See https://go.microsoft.com/fwlink/?LinkId=733558 | |
| // for the documentation about the tasks.json format | |
| "version": "2.0.0", | |
| "tasks": [ | |
| { | |
| "label": "setup_python_env_with_path", | |
| "type": "shell", | |
| "linux": { | |
| "command": "python ${workspaceFolder}/.vscode/tools/setup_vscode.py" | |
| }, | |
| "windows": { | |
| "command": "python ${workspaceFolder}/.vscode/tools/setup_vscode.py }" | |
| }, | |
| "problemMatcher": [ | |
| "$python" | |
| ] | |
| } | |
| ], | |
| } | |