Releases: microsoft/vscode-mssql
v0.2.0-alpha.10: Fixing download progress status (#557)
* 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)
* 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)
* 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)
Sharon reviewed with me.
v0.2.0-alpha.6
Revert the default font size to 13px to match Preview 1 release (#529)
v0.2.0 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
updated test to check bad query execution
v0.2.0-alpha.4
Add results grid font options to readme.md (#505)
v0.2.0-alpha.3
trying to fix builds
v0.2.0-alpha.2
added branchs to appveyor yml