Pass settings context hash to Web IDE
Issue: Pass extensions marketplace settings hash to We... (#501286 - closed)
What does this MR do and why?
- Update to latest version of
@gitlab/web-ide
which includes the settings context hash additions. - Create settings context hash based on extensions marketplace URL and pass to Web IDE config.
- The issue includes adding E2E tests, that will be handled in a separate MR.
References
Pass extensions marketplace settings hash to We... (#501286 - closed)
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
How to set up and validate locally
- Pull this branch locally and start GDK
- Open the project in the Web IDE
- View
settings_sync
related requests in the Network Tab of browser dev tools, noticesettings_context_hash
passed in the settings sync URL.
Edited by Cindy Halim