Skip to content

Releases: microsoft/vscode-mssql

v0.2.0-alpha.10: Fixing download progress status (#557)

20 Dec 09:51
Compare
Choose a tag to compare
* refactoring the download code to make it more testable

* adding more test for download provider

v0.2.0-alpha.9: Add additional keywords to colorization list (#550)

19 Dec 09:52
Compare
Choose a tag to compare
* Add USE, RESTORE, and TO to the colorization list

* Add FILE to colorization list

* Add FUNCTION and RETURN to the colorization list.

v0.2.0-alpha.8: Fix persisting connection even when file is renamed (#540)

17 Dec 09:52
Compare
Choose a tag to compare
* added new onDidRename function for connection reuse

* detection for renamed file logic started

* simplifying logic for passing connection between a renamed file

* adding a timer check for verifying a file was actually renamed

* adding a constant for the threshold of time for a rename to occur

* reworked previous logic to fit all cases

* updating comments to match function

* adding comments to untitled and rename logic

* test framework setup

* setting up functions to be accessible for testing

* tests to cover onDidCloseTestDoc

* merged into one function called transferFileConnection

v0.2.0-alpha.7: Remove dbo. from Peek Definition readme.md (#546)

16 Dec 09:52
Compare
Choose a tag to compare
Sharon reviewed with me.

v0.2.0-alpha.6

15 Dec 07:39
Compare
Choose a tag to compare
v0.2.0-alpha.6 Pre-release
Pre-release
Revert the default font size to 13px to match Preview 1 release (#529)

v0.2.0 Release

15 Dec 23:45
Compare
Choose a tag to compare
v0.2.0 Release Pre-release
Pre-release

Contains the VSIX files released as version 0.2.0 on the Visual Studio Code Marketplace.

Update 12/19 to pick-up DateTime precision format fix, copy multi-column infinite loop fixes and switch publisher to ms-mssql.

Online VSIX
Choose the mssql-0.2.0.vsix which maps to the vsix available on the VSCode Marketplace.

Offline Installation
This release includes offline VSIX packages for Windows (x64), macOS, and supported Linux distributions. This can be used in scenarios where you wish to install the extension on Visual Studio Code but are behind a firewall with no internet access.

  • Choose the package matching your platform / distro.
  • Download to your computer, open Visual Studio Code and go to the Extensions View
  • Click on the "..." in the upper corner of the view and choose "Install from VSIX".
  • Select the VSIX, wait ~30seconds to see a Reload notification and reload VSCode.

Note: If your Linux distro isn't listed, you can check platform.GetRuntimeIdHelper to see if it maps to one of the ones below, or try the ubuntu.16.04 version as a backup (e.g. for Arch Linux).

v0.2.0-alpha.5: Merge pull request #512 from Microsoft/task/queryExecutionUnitTests

14 Dec 09:51
Compare
Choose a tag to compare
updated test to check bad query execution

v0.2.0-alpha.4

13 Dec 09:51
Compare
Choose a tag to compare
v0.2.0-alpha.4 Pre-release
Pre-release
Add results grid font options to readme.md (#505)

v0.2.0-alpha.3

10 Dec 09:51
Compare
Choose a tag to compare
v0.2.0-alpha.3 Pre-release
Pre-release
trying to fix builds

v0.2.0-alpha.2

10 Dec 00:40
Compare
Choose a tag to compare
v0.2.0-alpha.2 Pre-release
Pre-release
added branchs to appveyor yml