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

Create a webview for logging into a cluster. This should be a form where: 1. The user selects the cluster to log in to. They should have the option to...

kind/enhancement

In the case that the test namespace `my-test-project-3` already exists, the test will fail. The code does not attempt to remove this namespace in the setup or the teardown code....

kind/bug
component/integration-test

When trying to open a Console Dashboard while logged in to an openshift cluster, no dashboard is opened. Instead, "Login in to a Cluster to run this command" notification appears....

priority/minor
kind/bug

E.g. without the `a` in `yaml`.

kind/bug
upstream/odo

While trying to develop a test for Component Command execution I'm still running into `too many files open` error. And I found that actually the problem happens a long before...

kind/bug
performance

Type: Bug ## Describe the bug ## Expected Behavior When I select another project from the list, the name indicated in the Application Explorer should be updated to reflect the...

kind/bug

In order for `proxyquire` to work, all the libraries that you want to stub need to be imported using `require()` instead of `import ... from 'library-name'`. This is annoying, because:...

priority/minor
debt

In `extension.ts`, we call `await ComponentTypesView.instance.getAllComponents();`. On Windows, this call takes a long time (much worse than on Linux), usually over a minute for me. Since this blocks the extension...

os/windows
kind/bug
performance

When running `npm ci`, I get the following message: ``` npm WARN deprecated [email protected]: This module is no longer maintained, try this instead: npm WARN deprecated npm i nyc npm...

priority/minor
kind/task
debt

Rather than polluting Command palette with 1 additional command per OpenShift resource type, consider to have a command 'OpenShift: Open Resource in Console' that would consist of tree steps: 1....

priority/major
kind/feature