Skip to content

Draft: Fix yaml support for monaco-editor with vite

Alexander Turinske requested to merge 423851-fix-monaco-yaml-locally into master

What does this MR do and why?

Fix yaml support for monaco-editor with vite

  • import worker manually

Changelog: changed

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

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

Before After
image image

How to set up and validate locally

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

  1. Upload a GitLab Ultimate license to your GDK
  2. Navigate to a project/group => Secure => Policies => New policy => Scan execution policy => yaml mode
  3. Verify there is schema information when hovering over keys.
  4. Open the developer tools (CMD + Option + k)
  5. Verify no errors appear in the console

Related to #423851

Edited by Alexander Turinske

Merge request reports