Denis Golovin
Denis Golovin
Here is an example for Python extension. https://github.com/microsoft/vscode-python/blob/ce62901d594bf222b3a3f827b5c8998d54ba901a/src/client/common/application/commands/reportIssueCommand.ts#L100 
Right now src/tools.json file is used only to define bundled (packaged into extension .vsix file) cli tools like `odo` or `oc`. Extension also calls OpenShif Local from Cluster Editor to...
Implementation should track changes in filesystem for every root workspace folder and recognize certain changes as related to devfile: 1. devfile.yaml removal 2. devfile.yaml addition 3. devfile.yaml change 4. devfile.yaml...
`oc status -o dot` description says: > This command will show services, deployment configs, build configurations, and active deployments. If you have any > misconfigured components information about them will...
In screenshot below context from the same cluster would be shown with the same icon 
`oc auth can-i list images` would return for developer ``` no - no RBAC policy matched ``` for system:admin ``` yes ```
Sometimes when cluster is down it takes up to 2 minutes to get error message. `oc` has an option to set timeout `--request-timeout`and it should be used if timeout in...
### Is your feature request related to a problem? Please describe Extension contributing a CLI Tool should be able to configure the way binaries are downloaded, installed and uninstalled or...
### Is your feature request related to a problem? Please describe Podman Desktop should should run regular checks for new version available on registered CLI tools that supports update. ###...
### Bug description I did couple unsuccessful deployments to Sandbox and then deleted them using Developer Console. Now I stuck with a list of `Not found` pods that cannot be...