Update pdk-templates for gitpod and codespaces support
[puppet-modules/puppetlabs-apt.git] / .devcontainer / devcontainer.json
1 // For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
2 // https://github.com/microsoft/vscode-dev-containers/tree/v0.140.1/containers/puppet
3 {
4         "name": "Puppet Development Kit (Community)",
5         "dockerFile": "Dockerfile",
6
7         // Set *default* container specific settings.json values on container create.
8         "settings": {
9                 "terminal.integrated.shell.linux": "/bin/bash"
10         },
11
12         // Add the IDs of extensions you want installed when the container is created.
13         "extensions": [
14                 "puppet.puppet-vscode",
15                 "rebornix.Ruby"
16         ]
17
18         // Use 'forwardPorts' to make a list of ports inside the container available locally.
19         // "forwardPorts": [],
20
21         // Use 'postCreateCommand' to run commands after the container is created.
22         // "postCreateCommand": "pdk --version",
23 }