Skip to content

Releases: microsoft/vscode-azurefunctions

v0.3.1

07 Dec 03:01
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Fixed

  • JavaScript 'Verified' templates not displayed
  • Java templates not displayed

v0.3.0

02 Dec 00:03
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

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

10 Nov 22:30
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

02 Nov 15:54
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Fixed

Removed

  • Zip Deploy no longer runs 'npm install'. It expects a ready-to-run app

v0.1.0

19 Oct 23:01
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Create new project
  • Create new function from template
  • Debug function apps locally
  • View Azure Functions
  • Deploy to Azure Functions
  • Start, stop, and restart Azure Functions
  • JSON Intellisense for function.json, host.json, and proxies.json