Use this package to connect the Visual Studio Code to your Zesty.io Instance. This extension will sync the remote instance content and create files to your local machine. You can edit the files (views, stylesheet and scripts) and save them locally. Saving a file will push the changes to the associated file from your instance.
Getting Started
Install the zesty-vscode-extension package to vscode
Zesty Plugin will be available on VSCode Extension Store.
Configuration will be needed to synchronize your codebase to zesty instance.
Configuration will match the Next.js configuration file.
Files will be stored to webengine folder, with option to change the folder name to change the folder root, to match the atom plugin behavior .
Files will sync down with command in VSCode.
New files will be created and sync to zesty project.
Files by default will automatically save on save, with an option to sync with a VS Code command, with an option to turn off synchronization on save. (maybe)
Deleting file synchronization can be turned off. A notification will prompt before file deletion.
Options will be stored on a .vscode configuration file.