vscode-openshift-tools
vscode-openshift-tools copied to clipboard
OpenShift extension for Visual Studio Code
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...
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....
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....
E.g. without the `a` in `yaml`.
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...
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...
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:...
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...
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...
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....