diff --git a/.devcontainer/devcontainer.jsonc b/.devcontainer/devcontainer.json similarity index 93% rename from .devcontainer/devcontainer.jsonc rename to .devcontainer/devcontainer.json index 74e5cf6..5d5f15c 100644 --- a/.devcontainer/devcontainer.jsonc +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile "image": "mcr.microsoft.com/devcontainers/python:0-3.11-bullseye", "features": { - "ghcr.io/devcontainers-contrib/features/coverage-py:2": {}, + "ghcr.io/devcontainers-contrib/features/coverage-py:2": {} }, // Features to add to the dev container. More info: https://containers.dev/features. @@ -15,7 +15,7 @@ // "forwardPorts": [], // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "pip3 install --user -r requirements.txt", + "postCreateCommand": "pip3 install --user -r requirements.txt" // Configure tool-specific properties. // "customizations": {},