mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-25 09:50:51 +01:00
make zone the render-mode default again (#311672)
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Vendored
-1
@@ -2,7 +2,6 @@
|
||||
// --- Chat ---
|
||||
"inlineChat.enableV2": true,
|
||||
"inlineChat.affordance": "editor",
|
||||
"inlineChat.renderMode": "hover",
|
||||
"chat.tools.terminal.autoApprove": {
|
||||
"scripts/test.bat": true,
|
||||
"scripts/test.sh": true,
|
||||
|
||||
@@ -67,7 +67,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerConfigurat
|
||||
},
|
||||
[InlineChatConfigKeys.RenderMode]: {
|
||||
description: localize('renderMode', "Controls how inline chat is rendered."),
|
||||
default: 'hover',
|
||||
default: 'zone',
|
||||
type: 'string',
|
||||
enum: ['zone', 'hover'],
|
||||
enumDescriptions: [
|
||||
@@ -77,7 +77,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerConfigurat
|
||||
experiment: {
|
||||
mode: 'auto'
|
||||
},
|
||||
tags: ['experimental']
|
||||
tags: ['experimental'],
|
||||
},
|
||||
[InlineChatConfigKeys.FixDiagnostics]: {
|
||||
description: localize('fixDiagnostics', "Controls whether the Fix action is shown for diagnostics in the editor."),
|
||||
|
||||
Reference in New Issue
Block a user