Skip to content

Commit c8b90c5

Browse files
authored
Chat Sessions contribution: remove id as required (microsoft#264082)
remove id as required (microsoft#263099)
1 parent 56e3327 commit c8b90c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/chatSessions.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const extensionPoint = ExtensionsRegistry.registerExtensionPoint<IChatSessionsEx
7676
}
7777
}
7878
},
79-
required: ['id', 'name', 'displayName', 'description'],
79+
required: ['type', 'name', 'displayName', 'description'],
8080
}
8181
},
8282
activationEventsGenerator: (contribs, results) => {

0 commit comments

Comments
 (0)