- JavaScript 'Verified' templates not displayed - Java templates not displayed
0.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
- 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
- Show warning message that zip deploy is a destructive action - Leverage [new app service zipdeploy](https://github.com/projectkudu/kudu/wiki/Deploying-from-a-zip-file)
Removed
- Zip Deploy no longer runs 'npm install'. It expects a ready-to-run app
0.1.0
Added
- Create new project - Create new function from template - Debug function projects locally - View Azure Functions - Deploy to Azure Functions - Start, stop, and restart Azure Functions - JSON Intellisense for `function.json`, `host.json`, and `proxies.json`