File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " vstest Codespace" ,
3
+ "image" : " mcr.microsoft.com/vscode/devcontainers/dotnet:0.201.9-5.0" ,
4
+ "settings" : {
5
+ "workbench.colorTheme" : " Default Dark+" ,
6
+ "terminal.integrated.defaultProfile.linux" : " pwsh"
7
+ },
8
+ "extensions" : [
9
+ // VS Code specific
10
+ " coenraads.bracket-pair-colorizer" ,
11
+ " vscode-icons-team.vscode-icons" ,
12
+ " editorconfig.editorconfig" ,
13
+ // GitHub specific
14
+ " eamodio.gitlens" ,
15
+ " cschleiden.vscode-github-actions" ,
16
+ " redhat.vscode-yaml" ,
17
+ " bierner.markdown-preview-github-styles" ,
18
+ " ban.spellright" ,
19
+ // .NET specific
20
+ " ms-dotnettools.csharp" ,
21
+ " VisualStudioExptTeam.vscodeintellicode" ,
22
+ " ms-vscode.powershell" ,
23
+ " jmrog.vscode-nuget-package-manager" ,
24
+ ],
25
+ "postCreateCommand" : " ./build.sh"
26
+ }
27
+
28
+ // Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)
You can’t perform that action at this time.
0 commit comments