From 8a72e762f517068ca2a12c0279c775ab175033df Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Thu, 3 Apr 2025 21:21:18 +0200 Subject: [PATCH] update `devcontainer.json` (#7184) --- .devcontainer.json | 10 +++++++--- package.json | 4 ++-- 2 files changed, 9 insertions(+), 5 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 +} diff --git a/package.json b/package.json index b6ac3c201..99386c0b1 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,9 @@ "devDependencies": { "@abaplint/cli": "^2.113.108", "@abaplint/database-sqlite": "^2.10.24", - "@abaplint/runtime": "^2.10.33", + "@abaplint/runtime": "^2.10.35", "express": "^4.21.2", - "@abaplint/transpiler-cli": "^2.10.33", + "@abaplint/transpiler-cli": "^2.10.35", "globals": "^16.0.0", "abapmerge": "^0.16.6", "c8": "^10.1.3",