You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For applications that were newly taken over by KusionStack, vscode-kusion needs to support easily creating projects from scratch with no code or a little code.
Design
Low Code init (sequence graph)
Low Code init (prototype)
The extension loads archetypes listed in local/remote catalog. After selection and initial value setting, the extension calls kusion APIinit(projectName=${name}, template/schema=${template/schema}. There are 2 entries for it:
Command Palette -> select Kusion: Create Project from Kusion Archetype
Right-click on a folder -> Click Project from Kusion Archetype
Feature
For applications that were newly taken over by KusionStack, vscode-kusion needs to support easily creating projects from scratch with no code or a little code.
Design
Low Code init (sequence graph)
Low Code init (prototype)
The extension loads archetypes listed in local/remote catalog. After selection and initial value setting, the extension calls kusion API
init(projectName=${name}, template/schema=${template/schema}
. There are 2 entries for it:The project init view:
ref:
connection settings
formThe text was updated successfully, but these errors were encountered: