Skip to content

vscode azureextensiondev changelog

Eric Jizba edited this page Mar 25, 2021 · 2 revisions

Auto-generated by this tool. Last updated on 2021-03-24.

v0.8.0 - 2021-03-24

Changed

  • PromptResult type is now an object, in order to support matchesDefault

v0.7.1 - 2021-02-17

Add gulp_installResourceGroups

v0.7.0 - 2021-02-08

Changed

  • Changed the type of ISubscriptionContext.credentials to AzExtServiceClientCredentials, a looser interface to allow for the use of different versions of "@azure/ms-rest-js"

v0.6.0 - 2021-01-14

Changed

v0.5.0 - 2020-07-30

Changed

v0.4.1 - 2020-07-22

Changed

  • TestUserInput.runWithInputs is now a generic and can return values from the callback

v0.4.0 - 2020-05-14

Bumped minimum version of VS Code to 1.40.0 and Node.js to 12.0.0

v0.3.4 - 2020-05-12

Added

  • useInsiders optional property added to gulp_installVSCodeExtension to allow dependency extensions to be installed to .vscode-insiders rather than .vscode to do CI testing in VS Insiders

v0.3.3 - 2020-05-04

Fix error "Cannot find module 'vscode'" when running tests

v0.3.2 - 2020-04-29

Added

  • TestUserInput support for canPickMany on quick picks and onDidFinishPrompt

v0.3.1 - 2020-03-24

Fixed

  • Fix gulp_installVSCodeExtension when .vscode/extensions folder doesn't exist

v0.3.0 - 2020-03-24

Changed

  • Refactored gulp_installVSCodeExtension to reduce the number of dependencies for this package. It no longer takes in a version and no longer installs an actual extension. Instead, it only puts down enough files to convince VS Code that the dependency is installed and tests can run

v0.2.4 - 2019-12-11

Fixed

  • Prevent function name mangling when webpacking

v0.2.3 - 2019-09-12

Added

  • appendLog to TestOutputChannel to implement IAzExtOutputChannel which was added to the ui package

v0.2.2 - 2019-08-29

Added

  • Added gulp task to install arbitrary VS Code extension for testing purposes

v0.2.1 - 2019-08-05

Fixed

  • Removed dependency on gulp-download to fix npm alerts

v0.2.0 - 2019-08-02

Fixed

  • Simplified handle of vscode-* icons

Changed

  • No longer including StringReplacePlugin by default. If you are using that, you must add it to webpack config

v0.1.11 - 2019-07-24

Fixed

  • Fix new Test* classes in dev package to work with webpack

v0.1.10 - 2019-07-23

Fixed

  • Fixed incorrect type of MessageOptions in index.d.ts

v0.1.9 - 2019-07-23

Added

  • TestAzureAccount
  • TestUserInput

v0.1.8 - 2019-02-09

Fixed

  • Fix usage of cwd (#404)
  • Fix defaultExternalNodeModules being filtered out (#405)

v0.1.7 - 2019-02-08

Fixed

  • Fix opn and clipboardy on Linux

v0.1.6 - 2019-02-06

Fixed

  • Fix finding of deep links

v0.1.5 - 2019-02-01

Fixed

  • ts-loader should be real dep #393

v0.1.3 - 2019-01-24

Fixed

  • Fixed copying of excluded node modules into dist
  • Handle resources in vscode-azureappservice

v0.1.2 - 2019-01-23

Added

  • Shared compile-time support for webpacking.

v0.1.1 - 2018-11-15

Added

  • TestOutputChannel: Re-routes output to the console instead of a VS Code output channel (which disappears after a test run has finished)

v0.1.0 - 2018-10-04

Added

addPackageLintSuites