Closed phoban01 closed 1 year ago
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:
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" } ] },
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
: