redhat-developer / redhat-developer/vscode-openshift-tools
Enable CodeLens for JSON and YAML K8s file and cluster resources
Open
@vrubezhny is already working on this.
Since May 28, 2025.
kind/feature
- Dominant language
- TypeScript
- Stars
- 123
- Forks
- 63
- Avg merge
- 6h 16m
- Merged PRs (30d)
- 74
Description
Currently we have CodeLens support suggesting to Create and Delete a resource from a YAML-file being edited...
But this doesn't work if:
- a K8s Resource is stored as a JSON file
- a K8s Resource is opened from a cluster (neither as a YAML, nor as a JSON document)
Also it would be nice to provide context menu commands for K8s files in explorer tree to apply/delete K8s Resource to/from the current cluster
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.