mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	 d949ed05d4
			
		
	
	d949ed05d4
	
	
	
		
			
			Since the CI is now running on Fedora 40, let's also switch over VSCode Devcontainer to use the same. Signed-off-by: Oliver Steffen <osteffen@redhat.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			502 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			502 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "image": "ghcr.io/tianocore/containers/fedora-40-dev:latest",
 | |
|   "postCreateCommand": "git config --global --add safe.directory '*' && pip install --upgrade -r pip-requirements.txt",
 | |
|   "customizations": {
 | |
|     "vscode": {
 | |
|       "extensions": [
 | |
|         "DavidAnson.vscode-markdownlint",
 | |
|         "ms-azuretools.vscode-docker",
 | |
|         "ms-vscode-remote.remote-containers",
 | |
|         "ms-vscode.cpptools",
 | |
|         "walonli.edk2-vscode",
 | |
|         "zachflower.uncrustify"
 | |
|       ]
 | |
|     }
 | |
|   }
 | |
| }
 |