diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..ea2bd06 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,10 @@ +// 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.209.6/containers/chef-workstation +{ + "name": "Chef Workstation (Community)", + "image": "chef/chefworkstation:stable", + "settings": {}, + "extensions": [ + "chef-software.chef" + ] +} diff --git a/chefignore b/chefignore index ddee064..ecc7c8c 100644 --- a/chefignore +++ b/chefignore @@ -109,5 +109,6 @@ Vagrantfile # Custom # ########## .delivery/* +.devcontainer/* .github/* CODE_OF_CONDUCT*