Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubernetes: Diff command from VSCode Kubernetes extension doesn't work in Theia #12747

Closed
azatsarynnyy opened this issue Feb 22, 2019 · 0 comments
Assignees
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.

Comments

@azatsarynnyy
Copy link
Member

azatsarynnyy commented Feb 22, 2019

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 is undefined.
See https://github.com/Azure/vscode-kubernetes-tools/blob/517b58c4a1f893656cefbd0648ea53363a473871/src/extension.ts#L1545-L1552

@azatsarynnyy azatsarynnyy added kind/task Internal things, technical debt, and to-do tasks to be performed. team/ide labels Feb 22, 2019
@vzhukovs vzhukovs self-assigned this Feb 27, 2019
@vzhukovs vzhukovs added the status/in-progress This issue has been taken by an engineer and is under active development. label Feb 27, 2019
@vzhukovs vzhukovs closed this as completed Mar 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants