Spaces:
Sleeping
Sleeping
Invalid JSON:
Unexpected non-whitespace character after JSON
at line 10, column 1
| { | |
| "image": "mcr.microsoft.com/devcontainers/python:3.11", | |
| "extensions": [ | |
| "GitHub.github-vscode-theme", | |
| "ms-toolsai.jupyter", | |
| "ms-python.python" | |
| ], | |
| "onCreateCommand": "bash .devcontainer/setup.sh" | |
| } | |
| // DevContainer Reference: https://code.visualstudio.com/docs/remote/devcontainerjson-reference |