Support storing user profiles in Web IDE Settings Sync API
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=443509) </details> <!--IssueSummary end--> ## The problem The Web IDE inherits the user [profiles](https://code.visualstudio.com/docs/editor/profiles#:\~:text=VS%20Code%20treats%20your%20current,Profiles%20%3E%20Create%20Profile%20menu%20item.) functionality from the VSCode fork. VSCode can save profiles in the cloud using the Settings Sync API. Currently, the Settings Sync API used by the Web IDE doesn't support storing profiles. As a result, some errors happen while synchronizing Settings when the user creates a user profile: ![profiles_support.png](/uploads/267d2e7ce6888f40ea5f5b4162ee280f/profiles_support.png) ## The solution * Support storing user profiles in the Settings Sync API. * Temporarily indicate users that storing profiles is not yet supported by the Settings Sync functionality.
issue