From 85e03fdd31b9a6e6251232f3928154923d22ccfc Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Wed, 2 Apr 2025 16:31:23 +0200 Subject: [PATCH] update devcontainer.json --- .devcontainer.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.devcontainer.json b/.devcontainer.json index 1b2bad530..349b8c4f4 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,6 +1,10 @@ { "name": "abapGit", - "image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-12", - "extensions": ["larshp.vscode-abaplint"], + "image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-20", + "customizations": { + "vscode": { + "extensions": ["larshp.vscode-abaplint"] + } + }, "postCreateCommand": "npm install" -} \ No newline at end of file +}