* Fixing test coverage by adding more report types and updating to nyc from istanbul
* Fixing typo
* Fixing typo 2
* Adding back test reporter, removing console stmts
* Fixing test task
* remove code coverage from pr build
* Fixing updated pr check
* Adding eslint cache to ignore
* Fixing eslint config
* Fixing gulp task to use eslint cache
* Updating packages and adding stylistic for missing semi rule
* linting some files
* Making localization and precommit run parallely
* fixing code linting
* Adding playwright extension to recommended extension
* Fixing args
* Adding gulp commands for vscode
* Adding smoke test steps in pipeline
* Update npm dependencies and gulp commands
* chore: Add init script for Xvfb server
* chore: Add init script for MSSQL server
* chore: Update npm dependencies and gulp commands
* making test work on mac
* chore: Refactor testHelpers.ts to improve code readability and maintainability
* Adding mssql path
* chore: Update mssqlExtensionPath in launchVscodeWithMsSqlExt.ts
* reverting local changes
* syncing to main
* Adding xvfb to gulp
* removing unnecessary files
* chore: update npm test script name
* new way of doing things
* Removing disconnecting button
* chore: Refactor query execution test
* Fixing stuff
* Reverting some changes
* Removing carriage returns
* Removing carriage newlines
* Removing more carriage returns
* Includes ts files in coverage report
* Revert "Includes ts files in coverage report"
This reverts commit 92a146247d.
* Adds ts files to coverage report
* Removes commented out code
* Revert "Removes commented out code"
This reverts commit ac7668f51f.
* Revert "Adds ts files to coverage report"
This reverts commit bb189a2236.
* Adds ts files to coverage report using remapIstanbul
* Revert "Adds ts files to coverage report using remapIstanbul"
This reverts commit 0e8885048d.
* coverage-final.json contains typescript files
* Revert "coverage-final.json contains typescript files"
This reverts commit bcfa07e332.
* Adds separate step to remap coverage files to ts.
* Configures remapIstanbul to generate a coverage report with HTML
* update remap-istanbul
* cleanup
* cleanup
Co-authored-by: Hai Cao <hacao@microsoft.com>