Skip to content

feat: remove SettingsSync Web IDE feature flag

Cindy Halim requested to merge chalim-remove-settings-sync-flag into main

Description:

Dev QA:

Steps:

  • Run Web IDE locally: yarn start:example
  • Log options.settingsSyncOptions after this line

Results:

  • settingsSyncOptions exists when starting Web IDE with OAuth as authentication type
  • settingsSyncOptions is undefined when starting Web IDE with None as authentication type
Edited by Cindy Halim

Merge request reports