Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

v0.2.6 Release Build

Compare
Choose a tag to compare
@tigerenwork tigerenwork released this 18 Oct 07:16
· 2 commits to master since this release

Installation

You can install the Azure Data Lake extension inside Visual Studio Code by clicking Extensions icon, typing Azure Data Lake (or USQL), then install the extension.
Alternative steps to install offline are outlined in the following:

  • Choose and download corresponding usql-vscode-ext-xxx.vsix (e.g. usql-vscode-ext-0.2.6-win.vsix) based on your OS.
  • Open Visual Studio Code
  • Press F1, or Ctrl+Shift+P (Windows, Linux), or Cmd+Shift+P (macOS)
  • Type VSIX and choose Extensions: Install from VSIX...
  • Choose the downloaded file in the file picker and click Open
  • Reload Visual Studio Code when prompted

0.2.6 - 2017-10-13

  • Added ADLS file downloading with status monitoring
  • Improved file upload of single or multiple files with status monitoring
  • Removed Java dependency and .NetCore dependency for Windows
  • Solidified tools performance and reliability through architectural improvements
  • Improved the getting started experience and made C# extension installation optional