Open
Description
- MSSQL Extension Version: 1.30.0
- VSCode Version: 1.99.1
- OS Version: Windows 11
Steps to Reproduce:
- Open new tab and create sql script with big output ( loop printing iteration number) and run it. Make sure it will run for some time.
- Open second new tab and create sql query which will complete quicky.
- Run query in the second window.
- The result of the second query will show for a short time and will be replaced with the result from the first window.
- this will continue to happen until script in the first window finished.
- after both scripts are completed application works as expected: swathing tab will case to display appropriate result for each script.