Kubernetes: Diff command from VSCode Kubernetes extension doesn't work in Theia #12747
Labels
kind/task
Internal things, technical debt, and to-do tasks to be performed.
status/in-progress
This issue has been taken by an engineer and is under active development.
VSCode Kubernetes extension has
Kubernetes: Diff
command which shows the difference between a local copy of the object and that which is deployed to the cluster.The command doesn't work. A short investigation has shown that the extension tries to call the
vscode.diff
bulit-in command with both arguments isundefined
.See https://github.com/Azure/vscode-kubernetes-tools/blob/517b58c4a1f893656cefbd0648ea53363a473871/src/extension.ts#L1545-L1552
The text was updated successfully, but these errors were encountered: