Skip to content
| Marketplace
Sign in
Visual Studio Code>Azure>denofunc extensionNew to Visual Studio Code? Get it now.
denofunc extension

denofunc extension

horihiro

|
639 installs
| (0) | Free
VSCode extension as denofunc wrapper
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

denofunc extension for Visual Studio Code

This is VS code extension for using denofunc.

Features

This extension adds the following commands to VS code.

  1. Initialize your folder as denofunc project, equivalent to typing denofunc init in a terminal 01 init_project

  2. Create functions to your project based on templates included in this extension 02 create_function

  3. (Experimental) Add bindings to your function. 03 add_binding

  4. Deploy your project to Azure Functions, equivalent to typing denofunc publish in a terminal

    • Deploy to a production slot 04 deploy_to_app

    • Deploy to a deployment slot 05 deploy_to_slot

Requirements

  • denofunc CLI 0.6.0 or later
    # NOTE: Slot deployment is supported only 0.7.0 or later of denofunc
    • Deno 1.5.4 or later
    • Azure Functions Core Tools V3 - needed for debugging the app locally and deploying it
    • Azure CLI - needed to deploy the app

Extension Settings

  • denofunc.path: path of denofunc CLI (default: "denofunc")

Known Issues

Please check known issues before opening new one.

Release Notes

Users appreciate release notes as you update your extension.

0.1.0

Add following features:

  • Add binding
  • Slot deployment

0.0.2

Fix README and env for development.

0.0.1

Alpha release.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft