Skip to content

Update editor injected into the workspaces

Vishal Tak requested to merge vtak/update_editor_version into master

What does this MR do and why?

Issue: Update the vscode fork injected in workspaces (#434932 - closed)

Update editor injected into the workspaces

As part of https://gitlab.com/gitlab-org/gitlab-web-ide-vscode-fork/-/releases/1.81.1-1.0.0-dev-20231219224557 , registry.gitlab.com/gitlab-org/gitlab-web-ide-vscode-fork/web-ide-injector:1.81.1-1.0.0-dev-20231219224557 was published. It has been retagged to registry.gitlab.com/gitlab-org/gitlab-web-ide-vscode-fork/web-ide-injector:4 which is being used in this MR.

How to set up and validate locally

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

  1. Create a workspace before checking out this branch and notice the CSP errors in the developer console. image
  2. Create a workspace after checking out this branch and notice these errors are not present in the developer console.
    1. The 404s seen in the console now will be tackled in a separate issue - editor-injector: 404s for vsda assets (#434499) image

MR acceptance checklist

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

Edited by Vishal Tak

Merge request reports