From 4c110f7f6e8fc33d2ac1724906562481fa41a827 Mon Sep 17 00:00:00 2001 From: Marek Lesko Date: Tue, 14 Oct 2025 10:16:23 +0000 Subject: [PATCH] chore: update devcontainer configuration for improved setup --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 097dbd1..3b7afa1 100755 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,7 @@ // For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/dotnet-mssql { + "name": ".NET (C#), Node.js (TypeScript) & MS SQL", "dockerComposeFile": "docker-compose.yml", "service": "app", @@ -53,7 +54,7 @@ "SA_PASSWORD": "P@ssw0rd", "ACCEPT_EULA": "Y" }, - "postCreateCommand": "bash .devcontainer/mssql/postCreateCommand.sh 'P@ssw0rd' './bin/Debug/' './.devcontainer/mssql/'" + "postCreateCommand": "npm install -g @devcontainers/cli@0.70.0 && bash .devcontainer/mssql/postCreateCommand.sh 'P@ssw0rd' './bin/Debug/' './.devcontainer/mssql/'" // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" } \ No newline at end of file