Releases: microsoft/vscode-azurefunctions
Releases · microsoft/vscode-azurefunctions
v0.3.1
v0.3.0
Added
- Java support
- Create new project
- Create new function
- Deploy project
- Azure Functions Explorer
- View and delete functions
- View, add, edit, and delete Application Settings
- 'Load more' for large number of resources
Fixed
v0.2.0
Added
- Improved 'Create new function'
- All JavaScript templates listed in the Azure portal are now supported
- The user will be prompted for function settings on creation
- Added
azureFunctions.templateFilter
setting to control which templates are displayed (Verified, Core, or All)
- Added 'Create' and 'Delete' commmands for Function Apps in Azure
- Updated icons to match the Azure portal
Removed
- Moved 'Deploy here as Zip' option from Function App nodes to the explorer menu bar
Fixed
v0.1.1
Fixed
- Show warning message that zip deploy is a destructive action
- Leverage new app service zipdeploy
Removed
- Zip Deploy no longer runs 'npm install'. It expects a ready-to-run app