Skip to content

Commit 3c1fe1c

Browse files
authored
[devcontainer] Add min cpus (#29236)
1 parent cb5ca0a commit 3c1fe1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "TypeSpec Dev Container",
33
"image": "mcr.microsoft.com/devcontainers/typescript-node:dev-20",
4+
// Default is 2 cores which is too slow for this codebase
5+
"hostRequirements": {"cpus": 4},
46
"postCreateCommand": "npm ci",
57
"customizations": {
68
"vscode": {

0 commit comments

Comments
 (0)