vscode-openshift-tools icon indicating copy to clipboard operation
vscode-openshift-tools copied to clipboard

OpenShift extension for Visual Studio Code

Results 245 vscode-openshift-tools issues
Sort by recently updated
recently updated
newest added

We should add workflow to users install microshift and login to the cluster from the extension.

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...

kind/enhancement
priority/critical

Follow up issue to complete set of tests required in #2485.

kind/enhancement
quality
component/ui-test

after discussing with @sonyccd, we should stop sending generic "command" events with an identifier property. https://github.com/redhat-developer/vscode-openshift-tools/blob/d6f7b8ece5cf7409b75f223d4b19a977f4e218a8/src/telemetry.ts#L64 and use the commandId https://github.com/redhat-developer/vscode-openshift-tools/blob/d6f7b8ece5cf7409b75f223d4b19a977f4e218a8/src/telemetry.ts#L61 This'll make it easier to analyze behavior patterns on...

kind/enhancement
priority/major
telemetry

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...

priority/critical
kind/bug

On MacOS 12.6 after creating a component (maybe in other cases as well) the extension itself refreshes and opens new Welcome page, which can be kinda annoying..

priority/major
kind/bug

On MacOS 12.6 when I try to delete project in the application explorer, the project stays visible and "Delete" action is still possible. This is possible until refresh on application...

priority/critical
kind/bug

In order to make Port Forwards Status Bar informer/action we'll need to implement Port Forward IU, like: - Actions to add/remove port forwards ![image](https://github.com/redhat-developer/vscode-openshift-tools/assets/620781/bd338778-eb44-4f5e-9333-cea9b88bc3ee) - Ports view or similar UI...

- [ ] #3686 - [x] #3685 - [ ] #3687

priority/major
quality
Epic

We use l8s extension as an extension dependency as well as k8s extension API to provide some UI elements (like Ports Forwarding Status Bar Item/ view) and to obtain an...

debt