From 414b9df1ecdb821011a2615cf40cb4d481873ff1 Mon Sep 17 00:00:00 2001 From: Andreas Danielsson Date: Thu, 7 Dec 2023 10:05:02 +0100 Subject: [PATCH] Update devcontainer.json added missing node feature and mismatch python version to fix problems with pip install and npm install --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e5f6fb834..c029527d2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,9 +1,10 @@ { "name": "Chat with your data", - "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye", + "image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye", "features": { "ghcr.io/devcontainers/features/azure-cli:1": {}, "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}, + "ghcr.io/devcontainers/features/node:1" : {}, "ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": {}, "rchaganti/vsc-devcontainer-features/azurebicep" : { "version": "latest"