diff --git a/.devcontainer.json b/.devcontainer.json index 048085e..b741ce6 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,19 +1,3 @@ { - "dockerComposeFile": "docker-compose.yml", - "service": "devcontainer", - "overrideCommand": false, - "features": { - "ghcr.io/devcontainers/features/common-utils:2": {} - }, - "customizations": { - "vscode": { - "extensions": [ - "ms-python.python", - "ms-toolsai.jupyter", - "ms-toolsai.jupyter-keymap", - "ms-vscode.vscode-json", - "ms-azuretools.vscode-docker" - ] - } - } + "dockerComposeFile": "docker-compose.yml" } \ No newline at end of file