denofunc extension for Visual Studio Code
This is VS code extension for using denofunc .
Features
This extension adds the following commands to VS code.
Initialize your folder as denofunc project, equivalent to typing denofunc init in a terminal
Create functions to your project based on templates included in this extension
(Experimental) Add bindings to your function.
Deploy your project to Azure Functions, equivalent to typing denofunc publish in a terminal
Requirements
- denofunc CLI 0.6.0 or later
# NOTE: Slot deployment is supported only 0.7.0 or later of denofunc
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.
| |