Skip to content

Commit

Permalink
Resolves: Add GitHub Codespaces configuration (#167)
Browse files Browse the repository at this point in the history
* Create Codespaces configuration (#10)

* locked image version to latest tagged
  • Loading branch information
aleks-ivanov authored Aug 12, 2021
1 parent 3ea7fda commit fe38ed5
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "RulesEngine Codespace",
"image": "mcr.microsoft.com/vscode/devcontainers/dotnet:0.201.7-3.1",
"settings": {
"terminal.integrated.defaultProfile.linux": "pwsh"
},
"extensions": [
"eamodio.gitlens",
"ms-dotnettools.csharp",
"VisualStudioExptTeam.vscodeintellicode",
"ms-vscode.powershell",
"cschleiden.vscode-github-actions",
"redhat.vscode-yaml",
"bierner.markdown-preview-github-styles",
"ban.spellright",
"jmrog.vscode-nuget-package-manager",
"coenraads.bracket-pair-colorizer",
"vscode-icons-team.vscode-icons",
"editorconfig.editorconfig"
],
"postCreateCommand": "dotnet restore RulesEngine.sln && dotnet build RulesEngine.sln --configuration Release --no-restore && dotnet test RulesEngine.sln --configuration Release --no-build --verbosity minimal",
}
// Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)

0 comments on commit fe38ed5

Please sign in to comment.