-
Notifications
You must be signed in to change notification settings - Fork 67
vscode azureextensiondev changelog
Eric Jizba edited this page Mar 25, 2021
·
2 revisions
Auto-generated by this tool. Last updated on 2021-03-24.
-
PromptResult
type is now an object, in order to supportmatchesDefault
Add gulp_installResourceGroups
- Changed the type of
ISubscriptionContext.credentials
toAzExtServiceClientCredentials
, a looser interface to allow for the use of different versions of "@azure/ms-rest-js"
- No longer excludes
vscode-languageclient
(and its dependency tree) from webpacking. This fixes https://github.com/microsoft/vscode-docker/issues/2601.
- Update azure dependencies to use azure-sdk-for-js
-
TestUserInput.runWithInputs
is now a generic and can return values from the callback
Bumped minimum version of VS Code to 1.40.0 and Node.js to 12.0.0
-
useInsiders
optional property added togulp_installVSCodeExtension
to allow dependency extensions to be installed to.vscode-insiders
rather than.vscode
to do CI testing in VS Insiders
Fix error "Cannot find module 'vscode'" when running tests
-
TestUserInput
support forcanPickMany
on quick picks andonDidFinishPrompt
- Fix
gulp_installVSCodeExtension
when.vscode/extensions
folder doesn't exist
- 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
- Prevent function name mangling when webpacking
-
appendLog
toTestOutputChannel
to implementIAzExtOutputChannel
which was added to the ui package
- Added gulp task to install arbitrary VS Code extension for testing purposes
- Removed dependency on
gulp-download
to fix npm alerts
- Simplified handle of
vscode-*
icons
- No longer including
StringReplacePlugin
by default. If you are using that, you must add it to webpack config
- Fix new
Test*
classes in dev package to work with webpack
- Fixed incorrect type of
MessageOptions
inindex.d.ts
- TestAzureAccount
- TestUserInput
- Fix usage of cwd (#404)
- Fix defaultExternalNodeModules being filtered out (#405)
- Fix opn and clipboardy on Linux
- Fix finding of deep links
- ts-loader should be real dep #393
- Fixed copying of excluded node modules into dist
- Handle resources in vscode-azureappservice
- Shared compile-time support for webpacking.
- TestOutputChannel: Re-routes output to the console instead of a VS Code output channel (which disappears after a test run has finished)
addPackageLintSuites