]> git.netwichtig.de Git - user/henk/tmp/stringstest.git/blob - .devcontainer/README.md
Generate docs
[user/henk/tmp/stringstest.git] / .devcontainer / README.md
1 # devcontainer
2
3
4 For format details, see https://aka.ms/devcontainer.json. 
5
6 For config options, see the README at:
7 https://github.com/microsoft/vscode-dev-containers/tree/v0.140.1/containers/puppet
8  
9 ``` json
10 {
11         "name": "Puppet Development Kit (Community)",
12         "dockerFile": "Dockerfile",
13
14         // Set *default* container specific settings.json values on container create.
15         "settings": {
16                 "terminal.integrated.shell.linux": "/bin/bash"
17         },
18
19         // Add the IDs of extensions you want installed when the container is created.
20         "extensions": [
21                 "puppet.puppet-vscode",
22                 "rebornix.Ruby"
23         ]
24
25         // Use 'forwardPorts' to make a list of ports inside the container available locally.
26         "forwardPorts": [],
27
28         // Use 'postCreateCommand' to run commands after the container is created.
29         "postCreateCommand": "pdk --version",
30 }
31 ```
32
33
34