22 lines
		
	
	
		
			574 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			574 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "Vitepress Project",
 | 
						|
  "image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye",
 | 
						|
  "customizations": {
 | 
						|
    "vscode": {
 | 
						|
      "extensions": [
 | 
						|
        "vue.volar",
 | 
						|
        "vue.vscode-typescript-vue-plugin",
 | 
						|
        "bradlc.vscode-tailwindcss",
 | 
						|
        "esbenp.prettier-vscode"
 | 
						|
      ],
 | 
						|
      "settings": {}
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "portsAttributes": {
 | 
						|
        "5173": {
 | 
						|
            "label": "Web Server",
 | 
						|
            "onAutoForward": "notify"
 | 
						|
        }
 | 
						|
    },
 | 
						|
  "postAttachCommand": "npm install &&  npm add -D vitepress npm run docs:dev -- --host 0.0.0.0"
 | 
						|
} |