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

Releases: microsoft/AzureDatalakeToolsForVSCode

v0.2.11 Release Build

22 Feb 08:45
Compare
Choose a tag to compare

0.2.11(minor fix to 0.2.10) - 2018-02-13

  • Add 'Start U-SQL scripting' command at Datalake Explorer navigation bar.
  • Support Job View dark/light theme.
  • Fix when extension initialize click 'refresh' on explorer will show error 'command not find'.
  • Fix authentication bug when user id not been updated in some corner case in when initialize extension.

Installation Tips

  • Please install "Azure Account" extension if you need to install with offline package.

v0.2.8 Release Build

22 Feb 06:55
Compare
Choose a tag to compare

0.2.9 - 2018-01-29

  • Display job and data details within VSCode for an historical job through command 'ADL: Show job'.
  • Add job view and data page for job monitoring within VSCode for both local and ADL jobs.
  • Enable job resubmission for an old job. 
  • View job U-SQL script for a submitted job.
  • Add command 'ADL: Set Default Context' to set default context for current working folder.
  • Fix Azure Account Login extension upgrade related errors.

Installation Tips

  • Please install "Azure Account" extension if you need to install with offline package.

v0.2.8 Release Build

22 Dec 10:41
Compare
Choose a tag to compare

0.2.8 - 2017-12-22

  • Integrate with VSCode Azure Account for improved Azue sign in experiences.
  • Enable multi-tenant scenario.
  • Update Data Lake Explorer to be Azure Subscription oritented.
  • Add 'Script to Create', ‘Delete’ menu for U-SQL database objects creation and deletion.
  • Add ‘Delete’, ‘Upload Folder’ menu for ADLS Storage files and folders.
  • Add 'ADL: Set Git Ignore' command to exclude certain system generated files and folders from github respository.

Installation Tips

  • Please install "Azure Account" extension if you need to install with offline package.

v0.2.7 Release Build

22 Nov 03:18
Compare
Choose a tag to compare

0.2.7 - 2017-11-22

  • Support Python code behind for custom code.
  • Support R code behind for custom code.
  • Improve ADLS file upload and download experiences. Support upload folder to ADLS.
  • Integrate ADLA and ADLS with VSCode explorer for better user experiences to access ADLA metadata and perform ADLS data preview, upload and download.

v0.2.6 Release Build

18 Oct 07:16
Compare
Choose a tag to compare

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