Skip to content

Commit b3010d6

Browse files
authored
chat - remove alternate fallback (microsoft#254070)
1 parent 74f72e0 commit b3010d6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/vs/workbench/contrib/chat/browser/chatSetup.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -736,10 +736,6 @@ class ChatSetup {
736736
if (this.context.state.entitlement === ChatEntitlement.Unknown) {
737737
let alternateProvider: 'off' | 'monochrome' | 'colorful' | 'first' = 'off';
738738
if (defaultChat.alternativeProviderId) {
739-
if (this.configurationService.getValue('chat.setup.signInWithAlternateProvider')) {
740-
alternateProvider = 'colorful'; // TODO@bpasero remove me soon
741-
}
742-
743739
switch (variant) {
744740
case 'alternate-first':
745741
alternateProvider = 'first';

0 commit comments

Comments
 (0)