Open
Description
- MSSQL Extension Version: 1.30.0
- VSCode Version: 1.99.3
- OS Version: Windows 11
Steps to Reproduce:
- open query editor
- connect to data source
- script 2 ad hoc queries, e.g.,
select top 10 * from sys.tables
(repeat on next line) - turn on Actual Plan
- execute both queries in same batch
- under QUERY RESULTS pane, select Properties icon from first query sidebar of Query Plan tab
- observe Properties table is truncated on the bottom by subsequent second query plan section
-- no sizability options available to vertically widen first query section
-- no vertical scroll bar available on Properties table to see truncated properties (e.g., QueryTimeStats)