mirror of https://github.com/acidanthera/audk.git
17 lines
500 B
JSON
17 lines
500 B
JSON
{
|
|
"image": "ghcr.io/tianocore/containers/fedora-35-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"
|
|
]
|
|
}
|
|
}
|
|
}
|