Skip to content

Commit

Permalink
Resolves: Add GitHub Codespaces configuration (#3009)
Browse files Browse the repository at this point in the history
* Create GitHub Codespaces configuration
  • Loading branch information
aleks-ivanov authored Aug 23, 2021
1 parent 0ef7425 commit ea30e36
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "vstest Codespace",
"image": "mcr.microsoft.com/vscode/devcontainers/dotnet:0.201.9-5.0",
"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",
"redhat.vscode-yaml",
"bierner.markdown-preview-github-styles",
"ban.spellright",
// .NET specific
"ms-dotnettools.csharp",
"VisualStudioExptTeam.vscodeintellicode",
"ms-vscode.powershell",
"jmrog.vscode-nuget-package-manager",
],
"postCreateCommand": "./build.sh"
}

// Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)

0 comments on commit ea30e36

Please sign in to comment.