microsoft / vscode-mssql

Visual Studio Code SQL Server extension.
Other
1.53k stars 456 forks source link

Support Selection based "Save as..." #18094

Open cssuh opened 1 day ago

cssuh commented 1 day ago

Current: Save as CSV, JSON & Excel save the whole data set displayed on the grid, even if the user has an active selection in the grid.

Expected:  Only save the selected subset in the grid if there is an active selection when Save as ... is clicked.