Open
Description
- Azure Data Studio Version: 1.48
- OS Version: Windows 11
Steps to Reproduce:
- Within a database, create a columnstore index
create table dbo.test (col1 int, col2 varchar(100));
go
create clustered columnstore index CI on dbo.test;
go
- Within OE, drill into the database, tables, and then the indexes node and expand it. Check the icon:
- This is the same icon we used for rowstore indexes, and the description says non-unique, clustered. In SSMS we use a different icon for CI (both clustered and non-clustered) indexes, and the description says clustered, columnstore:
If we would have the correct icon and description, that would be great.
Does this issue occur when all extensions are disabled?: Yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment