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
* Always show "Ask Copilot"
* Open Quick Question UX instead of Chat view
* If we have _any_ similar commands, show the "similar commands" separators even if there are no regular picks
* Have Semantic Similarity setting be on by default
* Remove QQ setting since it's not really useful
'description': localize('useSemanticSimilarity',"Controls whether the command palette should include similar commands. You must have an extension installed that provides Semantic Similarity."),
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."),
72
72
default: 0
73
-
},
74
-
'chat.experimental.quickQuestion.enable': {
75
-
type: 'boolean',
76
-
description: nls.localize('interactiveSession.experimental.quickQuestion.enable',"Controls whether the quick question feature is enabled."),
0 commit comments