Skip to content

Commit 40bd3f0

Browse files
authored
Disable Copilot chat command center icon by default (parity with OpenHands PR #11589) (#1032)
1 parent aaa0066 commit 40bd3f0

File tree

1 file changed

+1
-0
lines changed
  • openhands-agent-server/openhands/agent_server/vscode_extensions/openhands-settings

1 file changed

+1
-0
lines changed

openhands-agent-server/openhands/agent_server/vscode_extensions/openhands-settings/extension.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ function activate(context) {
1414
config.update('telemetry.telemetryLevel', 'off', target);
1515
config.update('extensions.autoCheckUpdates', false, target);
1616
config.update('extensions.autoUpdate', false, target);
17+
config.update('chat.commandCenter.enabled', false, target);
1718
}
1819

1920
function deactivate() {}

0 commit comments

Comments
 (0)