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 74f72e0 commit b3010d6Copy full SHA for b3010d6
src/vs/workbench/contrib/chat/browser/chatSetup.ts
@@ -736,10 +736,6 @@ class ChatSetup {
736
if (this.context.state.entitlement === ChatEntitlement.Unknown) {
737
let alternateProvider: 'off' | 'monochrome' | 'colorful' | 'first' = 'off';
738
if (defaultChat.alternativeProviderId) {
739
- if (this.configurationService.getValue('chat.setup.signInWithAlternateProvider')) {
740
- alternateProvider = 'colorful'; // TODO@bpasero remove me soon
741
- }
742
-
743
switch (variant) {
744
case 'alternate-first':
745
alternateProvider = 'first';
0 commit comments