Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

add descriptions and icons to kernel chooser quickpick#3754

Merged
jonsequitur merged 2 commits into
dotnet:mainfrom
jonsequitur:add-details-to-kernel-picker
Nov 12, 2024
Merged

add descriptions and icons to kernel chooser quickpick#3754
jonsequitur merged 2 commits into
dotnet:mainfrom
jonsequitur:add-details-to-kernel-picker

Conversation

@jonsequitur

Copy link
Copy Markdown
Contributor

This PR adds some detail to the kernel chooser as shown in the image below. As part of this, I've simplified the kernel descriptions.

image

KernelInfo.LanguageName = "KQL";
KernelInfo.Description = $"""
Query a Kusto database
""";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Indents - not sure whether this will end up including extra whitespace in the literal (does it?)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does not.


// const allItems = [...kernelSelectorItems,
// { description: '', label: '', kind: vscode.QuickPickItemKind.Separator },
// ...mruConnectionItems];

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can the commented lines be removed?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's working code and will be back in the next PR. Not sure it's worth a do-over on the CI run but I'll do it if this CI run hits any issues.

@jonsequitur
jonsequitur enabled auto-merge (rebase) November 11, 2024 21:34
@jonsequitur
jonsequitur disabled auto-merge November 11, 2024 23:21
@jonsequitur
jonsequitur enabled auto-merge (squash) November 11, 2024 23:21
@jonsequitur
jonsequitur merged commit d5007ed into dotnet:main Nov 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants