Enable Web IDE Beta by default
What does this MR do and why?
This MR resolves Make the Web IDE Beta the default for Self-managed (#391381 - closed) by enabling the vscode_web_ide
feature flag by default.
Screenshots or screen recordings
How to set up and validate locally
- Delete feature flag in Rails console
Feature.remove(:vscode_web_ide)
- Visit Web IDE for any project
- Confirm that the new Web IDE loads
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #391381 (closed)
Edited by Paul Slaughter