mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
Fixes #2323. The devcontainer.json settings isn't work with the current develop branch.
This commit is contained in:
@@ -1,25 +1,29 @@
|
|||||||
{
|
{
|
||||||
"name": "Terminal.Gui Codespace",
|
"name": "Terminal.Gui Codespace",
|
||||||
"image": "mcr.microsoft.com/vscode/devcontainers/dotnet:6.0",
|
"image": "mcr.microsoft.com/vscode/devcontainers/dotnet:7.0",
|
||||||
"settings": {
|
"customizations": {
|
||||||
"terminal.integrated.defaultProfile.linux": "pwsh"
|
"vscode": {
|
||||||
},
|
"settings": {
|
||||||
"extensions": [
|
"terminal.integrated.defaultProfile.linux": "pwsh"
|
||||||
"eamodio.gitlens",
|
},
|
||||||
"ms-dotnettools.csharp",
|
"extensions": [
|
||||||
"VisualStudioExptTeam.vscodeintellicode",
|
"eamodio.gitlens",
|
||||||
"ms-vscode.powershell",
|
"ms-dotnettools.csharp",
|
||||||
"cschleiden.vscode-github-actions",
|
"VisualStudioExptTeam.vscodeintellicode",
|
||||||
"redhat.vscode-yaml",
|
"ms-vscode.powershell",
|
||||||
"bierner.markdown-preview-github-styles",
|
"cschleiden.vscode-github-actions",
|
||||||
"ban.spellright",
|
"redhat.vscode-yaml",
|
||||||
"jmrog.vscode-nuget-package-manager",
|
"bierner.markdown-preview-github-styles",
|
||||||
"coenraads.bracket-pair-colorizer",
|
"ban.spellright",
|
||||||
"vscode-icons-team.vscode-icons",
|
"jmrog.vscode-nuget-package-manager",
|
||||||
"editorconfig.editorconfig",
|
"coenraads.bracket-pair-colorizer",
|
||||||
"formulahendry.dotnet-test-explorer"
|
"vscode-icons-team.vscode-icons",
|
||||||
],
|
"editorconfig.editorconfig",
|
||||||
"postCreateCommand": "dotnet restore && dotnet clean && dotnet build --configuration Release --no-restore && dotnet test --configuration Debug --no-restore --verbosity normal --collect:'XPlat Code Coverage' --settings UnitTests/coverlet.runsettings"
|
"formulahendry.dotnet-test-explorer"
|
||||||
|
],
|
||||||
|
"postCreateCommand": "dotnet restore && dotnet clean && dotnet build --configuration Release --no-restore && dotnet test --configuration Debug --no-restore --verbosity normal --collect:'XPlat Code Coverage' --settings UnitTests/coverlet.runsettings"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)
|
// Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)
|
||||||
|
|||||||
Reference in New Issue
Block a user