Releases: microsoft/vscode-azurefunctions
Releases · microsoft/vscode-azurefunctions
v0.9.1
v0.9.0
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
v0.8.0
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
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
v0.6.0
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
v0.5.0
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")