vscode-openshift-tools
vscode-openshift-tools copied to clipboard
OpenShift extension for Visual Studio Code
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...
Follow up issue to complete set of tests required in #2485.
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...
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...
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..
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...
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  - Ports view or similar UI...
- [ ] #3686 - [x] #3685 - [ ] #3687
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...