You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: nls.localize('interactiveSession.editor.lineHeight',"Controls the line height in pixels in chat codeblocks. Use 0 to compute the line height from the font size."),
79
79
default: 0
80
80
},
81
+
'chat.experimental.defaultMode': {
82
+
type: 'string',
83
+
tags: ['experimental'],
84
+
enum: ['chatView','quickQuestion'],
85
+
description: nls.localize('interactiveSession.defaultMode',"Controls the default mode of the chat experience."),
0 commit comments