Skip to content
Snippets Groups Projects
devcontainer.json 249 B
Newer Older
  • Learn to ignore specific revisions
  • Magnus Svensson's avatar
    Magnus Svensson committed
    {
    	"name": "Puppet Development Kit (Community)",
    	"dockerFile": "Dockerfile",
    
    	"settings": {
    
    Magnus Svensson's avatar
    Magnus Svensson committed
    		"terminal.integrated.profiles.linux": {
    			"bash": {
    				"path": "bash",
    			}
    		}
    
    Magnus Svensson's avatar
    Magnus Svensson committed
    	},
    
    	"extensions": [
    		"puppet.puppet-vscode",
    		"rebornix.Ruby"
    	]
    }