From 5d5dbd669190e1df2d093670ce86901b91c92171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Tron=C3=AD=C4=8Dek?= Date: Sun, 18 Aug 2024 20:13:17 +0000 Subject: [PATCH] Release debugpy on macOS intel --- extensions.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/extensions.json b/extensions.json index 75aa411e4..1b0ef70cc 100644 --- a/extensions.json +++ b/extensions.json @@ -832,6 +832,11 @@ "VSCETARGET": "darwin-arm64" } }, + "darwin-x64": { + "env": { + "VSCETARGET": "darwin-x64" + } + }, "win32-x64": { "env": { "VSCETARGET": "win32-x64"