mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00

* default ignore devcontainer.json * abapgit, ignore devcontainer.json * add devcontainer.json * rename * fix byte order mark
6 lines
179 B
JSON
6 lines
179 B
JSON
{
|
|
"name": "abapGit",
|
|
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-12",
|
|
"extensions": ["larshp.vscode-abaplint"],
|
|
"postCreateCommand": "npm install"
|
|
} |