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 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",