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.58k stars 908 forks source link

Add *.sql filter when opening file #21361

Open gjvdkamp opened 1 year ago

gjvdkamp commented 1 year ago

Is your feature request related to a problem? Please describe. I have client folders with lots of different files, when I want to open a sql file in Data Studio there is no filter on *.sql files.

Describe the solution or feature you'd like Add *.sql and other file types to the OpenFileDialog.Filter property.

Describe alternatives you've considered None

Additional context

cferreira-fuze commented 1 year ago

This issue is also affecting my work. Cannot properly publish projects which use *.sql to add all sql files to project structure.