microsoft/mu_feature_ffa
Publicmirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable
.devcontainer/devcontainer.json
12lines · modecode
| 1 | { |
| 2 | "image": "ghcr.io/microsoft/mu_devops/ubuntu-24-dev:latest", |
| 3 | "postCreateCommand": "git config --global --add safe.directory '*' && git config --global --add core.autocrlf false && pip install --upgrade -r pip-requirements.txt", |
| 4 | "customizations": { |
| 5 | "vscode": { |
| 6 | "extensions": [ |
| 7 | "ms-vscode.cpptools", |
| 8 | "DavidAnson.vscode-markdownlint" |
| 9 | ] |
| 10 | } |
| 11 | } |
| 12 | } |
| 13 | |