Skip to content

Drop editor field in workspaces table as it is not used

MR:

Description

Context: We are planning to update the name of the VS Code fork that is injected into workspaces because it causes confusion with the Gitlab Web IDE which are two different things Update name of VSCode fork in Workspace

We want to drop the editor field in the workspaces table because currently it defaults to webide which is not accurate and will need to be changed after workspaces VS Code fork has been renamed. Since this field is currently not being used anywhere we can just drop it, see discussion for more details.

Acceptance Criteria

  • Remove/update references for the workspaces.editor field
  • Drop the editor field from the workspaces table

Technical Requirements

Refer to dropping columns and follow all the steps to safely remove the editor field

Edited by Safwan Ahmed