puppet-nslcd/.devcontainer/devcontainer.json

18 lines
249 B
JSON
Raw Permalink Normal View History

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