chat.patch 598 B

123456789
  1. diff --git a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts
  2. index 56220de..68d708f 100644
  3. --- a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts
  4. +++ b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts
  5. @@ -142,3 +142,3 @@ configurationRegistry.registerConfiguration({
  6. markdownDescription: nls.localize('chat.commandCenter.enabled', "Controls whether the command center shows a menu for actions to control Copilot (requires {0}).", '`#window.commandCenter#`'),
  7. - default: true
  8. + default: false
  9. },