kcl-lang / vscode-kcl

VS Code KCL Extension
https://kcl-lang.io
Apache License 2.0
5 stars 12 forks source link

[Enhancement] Support quick pick to select target KCL project to compile/... #13

Closed amyXia1994 closed 6 months ago

amyXia1994 commented 1 year ago

Enhancement

This is the homologous feature to https://github.com/KusionStack/vscode-kusion/issues/21, the kcl extension could also support quick picks to trigger compile/list-options/.. operations based on ListKclProjects API provided by KCLVM.

requirement

https://github.com/KusionStack/KCLVM/issues/446