Gorkem Ercan
Gorkem Ercan
We should improve the test coverage for the [FilePatternAssociation](https://github.com/redhat-developer/yaml-language-server/blob/a9169daf6ac7c91273a53c72e322df0707c5e40b/src/languageservice/services/yamlSchemaService.ts#L42) to avoid any regressions in the future.
When I have a value such as `creationTimestamp: 2017-06-14T14:29:37Z` it is reported as incorrect value type. I think we need better handling of date type.
Update gofabric8 notice on the front page and the docs to `gofabric8 is no longer maintained`
The application explorer is not refreshed when CRC is started. Starting with CRC 1.15. `crc.start` updates kubecontext with CRC information. I think application explorer is not picking up that change.
Implement[ a cluster provider ](https://github.com/Azure/vscode-kubernetes-tools/blob/master/docs/extending/clusterprovider.md) similar to the one that exists on kubernetes tools for minikube for CodeReady Containers.
Didact sends a notification after each command executed on the tutorial like the following. These notifications should be optional and disabled by default unless the command has the `completion` defined...
It looks like [this PR](https://github.com/SchemaStore/schemastore/pull/2465) to the schema store has broken one of our tests.
### Is your enhancement related to a problem? Please describe I do not like to open the full dashboard to rerun a container or pod that I have just run....
/kind feature ## Which functionality do you think we should add? When building and deploying images with `odo` there should be a way to specify the target os/arch similar to...
/kind feature ## Goal Developers should be able to use services such as databases, caches, messaging that are installed as Helm charts to the cluster to link with their applications....