The Now extension makes it easy to create and manage ▲ZEIT now deployments from Visual Studio Code.
- Authentication: request a login, verify login, set token
- Explorer: deployments and aliases lists
- Deployments: list, deploy a folder, set new or existing alias, delete, open in browser, open logs in browser
- Aliases: list, open in browser, delete
A ▲ZEIT now account and a token are optional. You can create an account within VS Code with the Login
command.
- Install this extension
- Launch
Now : Login
within the Command Palette
If you want to turn the Explorer off for all workspaces, set the showExplorer
configuration setting to false
. Press CMD ,
(or CTRL ,
on Windows/Linux) to bring up the user level settings and add this to the right side:
"now.showExplorer": false
Initial release of vscode-now