diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 746588a..427a24d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,13 +15,13 @@ "extensions": [ "ms-dotnettools.csharp", "ms-dotnettools.csdevkit", - "ms-dotnettools.dotnet-interactive-vscode", + "ms-dotnettools.dotnet-interactive-vscode", "ms-azuretools.vscode-bicep", - "ms-azuretools.azure-dev", + "ms-azuretools.azure-dev", "ms-python.python", "ms-toolsai.jupyter", "ms-semantic-kernel.semantic-kernel", - "esbenp.prettier-vscode", + "esbenp.prettier-vscode", "GitHub.copilot", "ms-azuretools.vscode-docker" ] @@ -34,7 +34,7 @@ // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "dotnet --version", "postCreateCommand": { - "python-packages": "pip3 install --user -r requirements.txt" + "python-packages": "pip install --user -r requirements.txt" }, // Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. @@ -55,10 +55,6 @@ "ghcr.io/devcontainers/features/python:1": { "version": "3.11", "installJupyterlab": true - }, - "ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": { - "version": "latest" - } + } } - -} \ No newline at end of file +}