From 8ef1b2ebc2c3405318b3a9508cf1d4e13c8ef216 Mon Sep 17 00:00:00 2001 From: Matt Warren Date: Wed, 29 Apr 2026 11:22:07 -0700 Subject: [PATCH 1/2] Change extension display name to not conflict in marketplace --- src/Client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client/package.json b/src/Client/package.json index eecd2f6..de51dc0 100644 --- a/src/Client/package.json +++ b/src/Client/package.json @@ -1,6 +1,6 @@ { "name": "kusto-explorer-vscode", - "displayName": "Kusto Explorer", + "displayName": "Microsoft Kusto Explorer", "description": "Edit, run and chart Kusto queries (KQL).", "version": "0.2.0", "publisher": "ms-kusto", From 3b08d51bf3f0ea2b19b05fd8eed727fbe2712697 Mon Sep 17 00:00:00 2001 From: Matt Warren Date: Wed, 29 Apr 2026 11:31:37 -0700 Subject: [PATCH 2/2] Pin ubunto version for VSIX package step --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 208b9cd..12f560d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: package-vsix: name: Build VSIX Package - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: [unit-test-server, unit-test-client, integration-test-client] permissions: contents: write