Skip to content

Releases: microsoft/vscode-azurefunctions

v1.2.0

21 Jan 21:25
4e52ec3
Compare
Choose a tag to compare

Added

  • Allow Python v3.9 when creating a virtual environment for a local project
  • Remove "Preview" label for custom handler projects

Fixed

  • Python project fails to attach debugger with error "The operation has timed out."

v1.1.0

11 Dec 21:35
4ccef4e
Compare
Choose a tag to compare

Added

  • Support debugging .NET 5 projects
  • Modified post-debug behavior so that "func host start" output remains viewable and to optimistically fix issue where VS Code becomes unresponsive #1401
  • Added "Reload Templates" option when creating a function that will also clear the template cache (Use setting "azureFunctions.showReloadTemplates" to enable)

Changed

  • "Report an Issue" button has been removed from errors. Instead, use the "Report Issue" command in the command palette

Fixed

v1.0.1

12 Nov 01:03
b1de266
Compare
Choose a tag to compare

Added

  • Dynamically retrieve the runtime stacks available in Azure so that the extension supports them as soon as possible, including upcoming preview support for Node 14

v1.0.0

20 Oct 22:07
164b53c
Compare
Choose a tag to compare

Added

  • Preview support for creating custom handler projects and functions
  • Preview support for generating functions from an OpenAPI specification
  • Extended deployment slot support to Linux consumption apps
  • Warn when attempting to deploy a 64-bit C# project to a 32-bit Function App (thanks @prabh-62)
  • Allow comments in "local.settings.json"

Fixed

v0.24.1

21 Sep 23:07
41985b7
Compare
Choose a tag to compare
v0.24.1 Pre-release
Pre-release

Fixed

  • Deploy error when AzureWebJobsStorage app setting doesn't have EndpointSuffix
  • createFunction API call fails to create C# triggers

v0.24.0

25 Aug 22:24
9dfc22d
Compare
Choose a tag to compare
v0.24.0 Pre-release
Pre-release

Added

  • Create, debug, and deploy PowerShell 7 and Java 11 projects
  • Preview support to deploy custom handler projects
  • Improved extension activation time (by switching to the azure-sdk-for-js)

Changed

  • Minimum version of VS Code is now 1.48.0
  • Support for PowerShell 6 projects has been deprecated

Fixed

v0.23.0

08 Jul 21:08
e588db0
Compare
Choose a tag to compare
v0.23.0 Pre-release
Pre-release

Added

  • Added "Execute Function Now" for all trigger types
  • Support viewing remote files on Linux consumption plans

Changed

  • To improve performance, "WEBSITE_RUN_FROM_PACKAGE" will automatically be added to all Windows plans when deploying. Set "WEBSITE_RUN_FROM_PACKAGE" to "0" to override this behavior

Fixed

v0.22.1

15 May 20:47
644c3ca
Compare
Choose a tag to compare
v0.22.1 Pre-release
Pre-release

Added

  • Enhanced deployment logs to show more information and more accurately detect failures
  • Added setting "azureFunctions.validateFuncCoreTools" to skip validating Azure Functions Core Tools before debugging

Fixed

Changed

  • Minimum version of VS Code is now 1.40.0

v0.22.0

08 Apr 16:45
91a749f
Compare
Choose a tag to compare
v0.22.0 Pre-release
Pre-release

Added

  • Enable/disable a function
  • Added setting "azureFunctions.postDeployTask" to run a task after every deploy. New JavaScript/TypeScript projects will run "npm install" by default
  • Improved performance of loading templates

Fixed

  • Pre-deploy task notification becomes unresponsive and prevents deploy
  • Updated C# recommended extension id to "ms-dotnettools.csharp"

v0.21.0

03 Mar 23:33
2b4cfa0
Compare
Choose a tag to compare
v0.21.0 Pre-release
Pre-release

Added

  • Java and C# support for the local project tree item
    • Copy local http trigger urls
    • Execute local timer triggers
  • Allow Python 3.8 when creating local project or deploying to Azure (only supported in v3 of the Azure Functions runtime)
  • Allow deploying Java projects to Linux Function Apps in Azure (only supported in v3 of the Azure Functions runtime)
  • Added setting "azureFunctions.showDeployConfirmation" to turn off "Are you sure you want to deploy..." dialog
  • Logging is enabled by default when creating a Function App in Azure

Changed

  • Bindings are no longer displayed in the tree. View properties on the function instead
  • "Add Binding..." was moved from the local "Bindings" tree item to the function tree item
  • Prompt for runtime before OS when creating a Function App in Azure. OS will not be prompted if the runtime doesn't support it
  • Inline button to view deployment logs was removed. Left or right click the tree item instead

Fixed

  • Reduced time to create the first Function App in Azure on some new subscriptions
  • Prompt to select existing resource group instead of "403" error when subscription doesn't have permissions to create
  • "Init project for VS Code" will detect projects using "extensions.csproj" and configure to use "func extensions install" instead of bundle