aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorBobosila Victor <vbobosila1@gmail.com>2021-09-24 13:18:41 +0300
committerBobosila Victor <vbobosila1@gmail.com>2021-09-30 14:30:03 +0300
commitec516a229afbedb0eefe401a8eefecc27004f6ac (patch)
tree5beb73211d54f6020d882a172e716bccf04fe748 /.devcontainer/devcontainer.json
parent0d92e9f24280df1082ec8dfa2baf8778b853e0ca (diff)
downloadpuppet-augeas_core-ec516a229afbedb0eefe401a8eefecc27004f6ac.tar.gz
puppet-augeas_core-ec516a229afbedb0eefe401a8eefecc27004f6ac.tar.bz2
(MODULES-11197) Update puppetlabs-augeas_core to latest pdk template
Also updated `.sync` file to include the `auto_release.yml` workflow
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
new file mode 100644
index 0000000..f1a55dc
--- /dev/null
+++ b/.devcontainer/devcontainer.json
@@ -0,0 +1,23 @@
+// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
+// https://github.com/microsoft/vscode-dev-containers/tree/v0.140.1/containers/puppet
+{
+ "name": "Puppet Development Kit (Community)",
+ "dockerFile": "Dockerfile",
+
+ // Set *default* container specific settings.json values on container create.
+ "settings": {
+ "terminal.integrated.shell.linux": "/bin/bash"
+ },
+
+ // Add the IDs of extensions you want installed when the container is created.
+ "extensions": [
+ "puppet.puppet-vscode",
+ "rebornix.Ruby"
+ ]
+
+ // Use 'forwardPorts' to make a list of ports inside the container available locally.
+ // "forwardPorts": [],
+
+ // Use 'postCreateCommand' to run commands after the container is created.
+ // "postCreateCommand": "pdk --version",
+}