chat.patch 595 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 549cfc6..9632509 100644
  3. --- a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts
  4. +++ b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts
  5. @@ -171,3 +171,3 @@ configurationRegistry.registerConfiguration({
  6. markdownDescription: nls.localize('chat.commandCenter.enabled', "Controls whether the command center shows a menu for actions to control chat (requires {0}).", '`#window.commandCenter#`'),
  7. - default: true
  8. + default: false
  9. },