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

[Feature] Option to show milliseconds in status bar after query execution #26011

Open imdavidmin opened 3 weeks ago

imdavidmin commented 3 weeks ago

Is your feature request related to a problem? Please describe. When making a query, the status bar only shows up to seconds (in 'HH:MM:SS' format). Often it's important to look at sub 1 second queries's execution time.

Describe the solution or feature you'd like There should be a workspace setting to turn the milliseconds option on.

Describe alternatives you've considered An extension but doesn't look like there's the appropriate APIs to make this happen.