anthonydresser / testissues

0 stars 0 forks source link

Telemetry for Sql Db projects doesn't capture elapsed time correctly #5013

Open anthonydresser opened 3 years ago

anthonydresser commented 3 years ago

This PR https://github.com/microsoft/azuredatastudio/pull/14088 added telemetry for Sql db projects. But for measuring the elapsed time, getTime() method should have been used instead of getMilliseconds(). So for now, the measurement isn't accurate.