Skip to content

Conversation

jonsequitur
Copy link
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

@@ -25,6 +25,9 @@ public KqlDiscoverabilityKernel() : base(DefaultKernelName)
"MsKqlKernel"
};
KernelInfo.LanguageName = "KQL";
KernelInfo.Description = $"""
Query a Kusto database
""";
Copy link
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
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
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
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
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants