mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
update devcontainer.json
This commit is contained in:
parent
663b2b5583
commit
85e03fdd31
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user