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 aaa0066 commit 40bd3f0Copy full SHA for 40bd3f0
openhands-agent-server/openhands/agent_server/vscode_extensions/openhands-settings/extension.js
@@ -14,6 +14,7 @@ function activate(context) {
14
config.update('telemetry.telemetryLevel', 'off', target);
15
config.update('extensions.autoCheckUpdates', false, target);
16
config.update('extensions.autoUpdate', false, target);
17
+ config.update('chat.commandCenter.enabled', false, target);
18
}
19
20
function deactivate() {}
0 commit comments