From 869698892f912a5f84cfda1c3e1017559e11778f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=94=E5=BF=B5?= <12574910+72wo@users.noreply.github.com> Date: Tue, 31 Mar 2026 01:00:35 +0800 Subject: [PATCH] =?UTF-8?q?```=20chore(vscode):=20=E9=85=8D=E7=BD=AEvscode?= =?UTF-8?q?=20runner=E7=9A=84CPU=E6=A0=B8=E5=BF=83=E6=95=B0=E4=B8=BA64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 配置vscode runner的CPU核心数为64,以提升运行性能 ``` --- .cnb.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.cnb.yml b/.cnb.yml index 1e123a5a3..00085ec2f 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -1,3 +1,8 @@ +$: + vscode: + - runner: + cpus: 2 + main: push: - runner: