update devcontainer.json (#7184)
Some checks are pending
main-build / build-merged (push) Waiting to run
main-build / auto-tag (push) Waiting to run
main-build / auto-tag-artifact (push) Blocked by required conditions
main-build / coverage (push) Waiting to run

This commit is contained in:
Lars Hvam 2025-04-03 21:21:18 +02:00 committed by GitHub
parent 663b2b5583
commit 8a72e762f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,10 @@
{ {
"name": "abapGit", "name": "abapGit",
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-12", "image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-20",
"extensions": ["larshp.vscode-abaplint"], "customizations": {
"vscode": {
"extensions": ["larshp.vscode-abaplint"]
}
},
"postCreateCommand": "npm install" "postCreateCommand": "npm install"
} }

View File

@ -25,9 +25,9 @@
"devDependencies": { "devDependencies": {
"@abaplint/cli": "^2.113.108", "@abaplint/cli": "^2.113.108",
"@abaplint/database-sqlite": "^2.10.24", "@abaplint/database-sqlite": "^2.10.24",
"@abaplint/runtime": "^2.10.33", "@abaplint/runtime": "^2.10.35",
"express": "^4.21.2", "express": "^4.21.2",
"@abaplint/transpiler-cli": "^2.10.33", "@abaplint/transpiler-cli": "^2.10.35",
"globals": "^16.0.0", "globals": "^16.0.0",
"abapmerge": "^0.16.6", "abapmerge": "^0.16.6",
"c8": "^10.1.3", "c8": "^10.1.3",