20 lines
		
	
	
		
			466 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			20 lines
		
	
	
		
			466 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								  "name": "Vitepress Project",
							 | 
						||
| 
								 | 
							
								  "image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye",
							 | 
						||
| 
								 | 
							
								  "forwardPorts": [
							 | 
						||
| 
								 | 
							
								    5173
							 | 
						||
| 
								 | 
							
								  ],
							 | 
						||
| 
								 | 
							
								  "postCreateCommand": "npm install &&  npm add -D vitepress",
							 | 
						||
| 
								 | 
							
								  "customizations": {
							 | 
						||
| 
								 | 
							
								    "vscode": {
							 | 
						||
| 
								 | 
							
								      "extensions": [
							 | 
						||
| 
								 | 
							
								        "vue.volar",
							 | 
						||
| 
								 | 
							
								        "vue.vscode-typescript-vue-plugin",
							 | 
						||
| 
								 | 
							
								        "bradlc.vscode-tailwindcss",
							 | 
						||
| 
								 | 
							
								        "esbenp.prettier-vscode"
							 | 
						||
| 
								 | 
							
								      ],
							 | 
						||
| 
								 | 
							
								      "settings": {}
							 | 
						||
| 
								 | 
							
								    }
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								  "remoteUser": "node"
							 | 
						||
| 
								 | 
							
								}
							 |