Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kusto-explorer-vscode",
"displayName": "Kusto Explorer",
"displayName": "Microsoft Kusto Explorer",
Comment thread
mattwar marked this conversation as resolved.
"description": "Edit, run and chart Kusto queries (KQL).",
"version": "0.2.0",
"publisher": "ms-kusto",
Expand Down
Loading