microsoft/mu_feature_ffa

Public

mirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
a826b6d9b3b41e2ade9c76a4e36c6db9f1f606f2

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.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