Alex Ma
Alex Ma
This PR addresses the add new row functionality such as hitting enter at the new row, makes commits when changing to a new row, fixes tab navigation, and finally adds...
This PR adds in the requested separate tab feature similar to that of SSMS This requires moving the functionality of the queryResultsEditor and the queryResultsView into the queryEditor itself to...
Entering a valid value into the new row and pressing enter does not create a new row below or actually submit the cell until you click on the cell, at...
I ran the command "npm install --global windows-build-tools --vs2015" to install the required compiler tool chain and msbuild for my project, but the issue is that I see a lot...
PR adds in a spinner to the element that is refreshed (unless it is an item with no children), once the item is immediately refreshed the spinner will show for...
This PR allows for the new row to be added again in case a user enters an invalid string. The fixes in this PR prevent multiple cell submissions from happening...
When you press enter on a newly edited null row cell, a new null row is created and the cell focus jumps to the cell below. Then when you edit...
Previously you simply pressed enter to commit the row changes but after some recent changes, this is no longer the case. Workaround: you need to click on another cell after...
In the issues: https://github.com/microsoft/azuredatastudio/issues/16617 https://github.com/microsoft/azuredatastudio/issues/15616 It turns out that in the process of adding localization to the MSSQL extension, unsupported languages such as Polish will have the locale for SqlToolsService...
Follow up to https://github.com/microsoft/azuredatastudio/issues/17183 Although the profiler text pane is now expanded by default upon first opening, it still is hidden when the window is too small due to the...