From 95dc1ad340a5ecb7cfccc5781d98050fe6485ab2 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Thu, 9 Oct 2025 10:04:12 -0400 Subject: [PATCH] fix: add 8-core minimum for codespaces --- .devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8a0e6b6..ec390c2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,4 +1,7 @@ { + "hostRequirements": { + "cpus": 8 + }, "customizations": { "vscode": { "settings": {