Yevhen Vydolob
Yevhen Vydolob
### What does this PR do? ### What issues does this PR fix or reference? Resolve [#763](https://github.com/redhat-developer/vscode-yaml/issues/763) ### Is it tested? How? with tests
## Describe the bug Reported by telemetry on `1.4.0` version. Stack trace: ``` RangeError: Maximum call stack size exceeded at Object.t.composeScalar (/home/mad/.vscode-server/extensions/redhat.vscode-yaml-1.4.0/dist/languageserver.js:2:614647) at l (/home/mad/.vscode-server/extensions/redhat.vscode-yaml-1.4.0/dist/languageserver.js:2:612354) at Object.t.resolveBlockMap (/home/mad/.vscode-server/extensions/redhat.vscode-yaml-1.4.0/dist/languageserver.js:2:619132) at Object.t.composeCollection...
## Describe the bug Reported by telemetry on 1.4.0 version. Stack trace: ``` Error: Unsupporten token type: error at l (c:\Users\_username_\.vscode\extensions\redhat.vscode-yaml-1.4.0\dist\languageserver.js:2:612577) at Object.t.resolveFlowCollection (c:\Users\_username_\.vscode\extensions\redhat.vscode-yaml-1.4.0\dist\languageserver.js:2:626550) at Object.t.composeCollection (c:\Users\_username_\.vscode\extensions\redhat.vscode-yaml-1.4.0\dist\languageserver.js:2:610252) at Object.l [as...
## Describe the bug Reported by telemetry on 1.4.0 version. Trace: ``` RangeError: Maximum call stack size exceeded at RegExp.test () at /home/mad/.vscode-server/extensions/redhat.vscode-yaml-1.4.0/dist/languageserver.js:2:614132 at Array.find () at /home/mad/.vscode-server/extensions/redhat.vscode-yaml-1.4.0/dist/languageserver.js:2:614058 at Object.t.composeScalar...
### Is your enhancement related to a problem? Please describe. [Some tests](https://github.com/redhat-developer/yaml-language-server/blob/master/test/schemaValidation.test.ts#L40-L43) uses direct URI to schemas on schema store, and schemas may change which leads to test fail. ###...
### What does this PR do? Add on type conversion of tab char to spaces ### What issues does this PR fix or reference? #244 ### Is it tested? How?...
### Is your enhancement related to a problem? Please describe. We [have fix](https://github.com/redhat-developer/yaml-language-server/pull/464) for "Billion Laughs" attack, but we do not show that LS face that problem. ### Describe the...
According to specification yaml file may contain multiple documents. In real world it is used to define a custom k8s resources, for example [Tekton Samples](https://github.com/tektoncd/pipeline/tree/master/examples/v1beta1/pipelineruns), each file has more then...
### Is your enhancement related to a problem? Please describe. We may publish `vscode-yaml` to `pre-release` channel - https://code.visualstudio.com/api/working-with-extensions/publishing-extension#prerelease-extensions
## Solution/Idea PR adds event API and new SSE(server sent event) channel `status_change`. ## Proposed changes PR adds event API implementation in `pkg/crc/api/events/events.go` Modify `sync` client implementation to trigger event...