microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.54k stars 898 forks source link

Kernel dropdown list has different options when switching using up/down arrows #18272

Open Charles-Gagnon opened 2 years ago

Charles-Gagnon commented 2 years ago

KernelDropdownBug

This may be a Windows-only bug, it doesn't seem to repro on Macs (likely because they use a different input widget)

corivera commented 2 years ago

All the other kernels are present in the DOM in the dropdown options, but the dropdown isn't able to navigate between them. Also, switching kernels with the up & down arrows also changes the kernel, rather than requiring hitting enter. Not sure if that's intentional. If you start with the Python kernel you can move between the other jupyter kernels, but once you hit the Kusto kernel you can't go back again, even to the LogAnalytics kernel, which is an aliased version of the SQL kernel.

chlafreniere commented 2 years ago

@lucyzhang929 can you remind me if you were able to repro this issue?

lucyzhang929 commented 2 years ago

I was unable to repro this issue and I don't have Kusto installed.

Charles-Gagnon commented 2 years ago

Moving this to backlog since there's no customer reports and it seems low impact