open-component-model / vscode-ocm-tools

This repository house the OCM VSCode Extension
Apache License 2.0
1 stars 2 forks source link

Create OCM tools views #5

Closed phoban01 closed 1 year ago

phoban01 commented 1 year ago

Description

THe vscode extension will have three data contexts:

We should create tree views for each of these by adding the following stanza to the package.json:

"views": {
  "ocmtools": [
    {
      "id": "ocmtools.views.components.workspace",
      "name": "Workspace Components"
    },
    {
      "id": "ocmtools.views.components.remote",
      "name": "Remote Components"
    },
    {
      "id": "ocmtools.views.components.kubernetes",
      "name": "Kubernetes Components"
    }
  ]
},