mirror of
				https://github.com/bspeice/speice.io
				synced 2025-11-04 02:20:36 -05:00 
			
		
		
		
	Fix devcontainer generation
This commit is contained in:
		@ -29,5 +29,7 @@
 | 
				
			|||||||
  // "postCreateCommand": "yarn install",
 | 
					  // "postCreateCommand": "yarn install",
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
 | 
					  // Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
 | 
				
			||||||
 | 
					  "remoteUser": "node",
 | 
				
			||||||
 | 
					  "containerUser": "node",
 | 
				
			||||||
  "workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/${localWorkspaceFolderBasename},type=bind,Z"
 | 
					  "workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/${localWorkspaceFolderBasename},type=bind,Z"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user