We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0840111 commit 1f3919eCopy full SHA for 1f3919e
components/gitpod-db/src/typeorm/user-db-impl.ts
@@ -101,7 +101,9 @@ export class TypeORMUserDBImpl implements UserDB {
101
creationDate: new Date().toISOString(),
102
identities: [],
103
additionalData: {
104
- ideSettings: {},
+ // Please DO NOT add ideSettings prop, it'll broke onboarding of JetBrains Gateway
105
+ // If you want to do it, ping IDE team
106
+ // ideSettings: {},
107
emailNotificationSettings: {
108
allowsChangelogMail: true,
109
allowsDevXMail: true,
0 commit comments