From 1d8d7f4200b3aa18d26a59d53aa77825256809e6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 17 Jan 2026 01:09:42 +0000 Subject: [PATCH 1/2] Initial plan From 2fcbc384b35711dd858a2e13e704577fcdb6a86c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 17 Jan 2026 01:13:50 +0000 Subject: [PATCH 2/2] Fix: Exclude vscode-objectql from npm publishing in changeset config Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com> --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index c1f5d6ec..04840722 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -24,5 +24,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": ["vscode-objectql"] }