puppet-nslcd/.devcontainer/devcontainer.json

18 lines
248 B
JSON
Raw Permalink Normal View History

{
"name": "Puppet Development Kit (Community)",
"dockerFile": "Dockerfile",
"settings": {
"terminal.integrated.profiles.linux": {
"bash": {
2023-04-02 15:25:54 -04:00
"path": "bash"
}
}
},
"extensions": [
"puppet.puppet-vscode",
"rebornix.Ruby"
]
}