mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
11 lines
232 B
JSON
11 lines
232 B
JSON
{
|
|
"name": "abapGit",
|
|
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-20",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": ["larshp.vscode-abaplint"]
|
|
}
|
|
},
|
|
"postCreateCommand": "npm install"
|
|
}
|