Skip to content

Commit 4fb85a7

Browse files
authored
Adding testsum to devcontainers (#4192)
* pin cspell version due to issue on last release * chore: Update devcontainer.json files with postCreateCommand
1 parent 4332762 commit 4fb85a7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.devcontainer/full/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
"jinliming2.vscode-go-template"
3434
]
3535
}
36-
}
36+
},
37+
"postCreateCommand": "go install gotest.tools/gotestsum@latest"
3738
}

.devcontainer/light/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
"jinliming2.vscode-go-template"
2424
]
2525
}
26-
}
26+
},
27+
"postCreateCommand": "go install gotest.tools/gotestsum@latest"
2728
}

0 commit comments

Comments
 (0)