Skip to content

Commit 1f3919e

Browse files
mustard-mhroboquat
authored andcommitted
Fix gateway referrer won't set default IDE
1 parent 0840111 commit 1f3919e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/gitpod-db/src/typeorm/user-db-impl.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ export class TypeORMUserDBImpl implements UserDB {
101101
creationDate: new Date().toISOString(),
102102
identities: [],
103103
additionalData: {
104-
ideSettings: {},
104+
// 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: {},
105107
emailNotificationSettings: {
106108
allowsChangelogMail: true,
107109
allowsDevXMail: true,

0 commit comments

Comments
 (0)