KusionStack / vscode-kusion

Kusion VS Code Extension provides an intuitive way to view, manage, deliver your applications.
https://marketplace.visualstudio.com/items?itemName=KusionStack.kusion
Apache License 2.0
7 stars 5 forks source link

add: support project/stack tree view #76

Closed amyXia1994 closed 1 year ago

amyXia1994 commented 1 year ago

1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):

2. What is the scope of this PR (e.g. component or file name):

package.json src/commands.ts src/extension.ts src/ocmp.ts src/preview.ts src/project-tree.ts src/quickstart/minikube.ts src/quickstart/setup.ts src/stack.ts src/tasks.ts src/util.ts

3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):

support project/stack tree view

image

4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):

5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links:

6. Release note

Please refer to Release Notes Language Style Guide to write a quality release note.

None