-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1211 from microsoft/main
Merge 'main' into 'release_mdd'
- Loading branch information
Showing
53 changed files
with
3,739 additions
and
1,000 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
FROM mcr.microsoft.com/vscode/devcontainers/dotnet:0.201.7-5.0 | ||
|
||
# Install gcc, g++ and make | ||
RUN sudo apt update && \ | ||
sudo apt install build-essential -y | ||
|
||
# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"name": "MIEngine Codespace", | ||
"settings": { | ||
"workbench.colorTheme": "Default Dark+", | ||
"terminal.integrated.defaultProfile.linux": "pwsh" | ||
}, | ||
"extensions": [ | ||
// VS Code specific | ||
"coenraads.bracket-pair-colorizer", | ||
"vscode-icons-team.vscode-icons", | ||
"editorconfig.editorconfig", | ||
// GitHub specific | ||
"eamodio.gitlens", | ||
"cschleiden.vscode-github-actions", | ||
"ms-azure-devops.azure-pipelines", | ||
"bierner.markdown-preview-github-styles", | ||
"ban.spellright", | ||
// .NET specific | ||
"ms-dotnettools.csharp", | ||
"VisualStudioExptTeam.vscodeintellicode", | ||
"ms-vscode.powershell", | ||
"jmrog.vscode-nuget-package-manager" | ||
], | ||
"postCreateCommand": "", | ||
"build": { | ||
"dockerfile": "Dockerfile" | ||
} | ||
} | ||
|
||
// Built with ❤ by [Pipeline Foundation](https://pipeline.foundation) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.