Skip to content

Upgrade monaco-yaml and re-enable schema validation

Denys Mishunov requested to merge 371957-monaco-yaml-upgrade into master

What does this MR do and why?

  1. Upgrades the monaco-yaml package to 4.0.0
  2. Re-enables the yaml schema validation as it seems to be broken for some time

Why to re-enable the schema?

Without it, the users get the error about the schema not being found (when hovering over the first entry in the file) Screenshot_2022-08-26_at_17.16.49

After the schema re-enabling, things do look like this (when hovering over the first entry in the file): Screenshot_2022-08-26_at_17.19.49

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #371957 (closed)

Edited by Denys Mishunov

Merge request reports

Loading