Skip to content

Releases: microsoft/vscode-azurefunctions

v0.9.1

30 May 22:02
2839462
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

Fixed

  • Users will not be prompted to install the latest version of the func cli if high priority issues are discovered

v0.9.0

15 May 22:32
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

Added

  • Improved warning when Azure Functions Core Tools is out of date
    • In some cases, an 'Update' option is provided that will automatically run the necessary commmands
    • Warning now displays for all users, regardless of how they installed the func cli
  • Function templates are now versioned and can be controlled with the "azureFunctions.templateVersion" setting
  • Select open behavior after creating a new project ("Add to workspace", "Open in current window", or "Open in new window")

Changed

  • Moved Azure Functions Explorer to new Azure view container instead of file explorer

Fixed

v0.8.1

13 Apr 19:19
20cd576
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

Fixed

  • Deployment fail when deploying to function app with a custom domain

v0.8.0

06 Apr 00:18
9e7b9eb
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

Added

  • Upload and download application settings
  • Prompt to automatically install the Azure Functions Core Tools when possible
  • "Report an issue" button on error dialogs that links to the GitHub repo
  • Subscription filter button next to Subscription nodes in the explorer
  • Deploy to Function App context menu action for Function Apps

Changed

  • JavaScript projects will default to runtime "beta" instead of "~1" on Mac/Linux. See here for more information.

Fixed

v0.7.0

09 Mar 00:59
c93373d
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Added

  • Automatically detect projects created outside of VS Code and prompt to initialize
  • View/Delete Proxies
  • Remote Debug Java Function Apps (experimental)

Fixed

v0.6.1

23 Feb 19:31
db74f6e
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Fixed

  • Add backup templates in case there is no internet or in case the functions portal api changes

v0.6.0

14 Feb 00:24
d4bf0ec
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Added

  • Stream logs from your remote Function Apps
  • Support projects in multi-root workspaces
  • Link to deployment tutorial

Fixed

  • Show warning if your Azure Functions Core Tools version is out-of-date
  • Update Microsoft.Net.Sdk.Functions version so that C# functions work on Mac/Linux

v0.5.1

02 Feb 21:33
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Fixed

  • C# local debugging
    • Fixed "Cannot access the file because it is being used by another process." error by automatically restarting the functions host
    • Fixed project being built twice for every F5
    • Improved performance of 'azureFunctions.pickProcess' on Windows

v0.5.0

26 Jan 01:27
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Added

  • Create, Debug, and Deploy a C# class library project
  • User settings for language/runtime/templateFilter now apply when creating a new project
    • Set these once and never select a language, runtime, or filter again
    • Set the language to something other than "JavaScript", "C#", or "Java" for preview support of other languages (for example, "C#Script")

Fixed

Known Issues

  • C# class library functions fail to run on Mac #164
  • C# script functions fail to attach on Windows #180

v0.4.0

15 Dec 23:51
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Added

  • Copy HTTP Trigger Url
  • Change Deployment Source (Zip Deploy vs. Local Git Deploy)
  • Settings to control project language and runtime