Open vscodenpa opened 2 years ago
confidence for label comments: 0.9. does meet threshold
confidence for assignee rebornix: 0.8. does meet threshold
confidence for label comments: 0.9. does meet threshold
confidence for assignee rebornix: 0.8. does meet threshold
confidence for label comments: 0.9. does meet threshold
confidence for assignee rebornix: 0.8. does meet threshold
confidence for label comments: 0.9. does meet threshold
confidence for assignee rebornix: 0.8. does meet threshold
confidence for label comments: 0.9. does meet threshold
confidence for assignee rebornix: 0.8. does meet threshold
confidence for label comments: 0.9. does meet threshold
confidence for assignee rebornix: 0.8. does meet threshold
confidence for label comments: 0.9. does meet threshold
confidence for assignee rebornix: 0.8. does meet threshold
When replying to a code review comment, the reply editor unconditionally auto-closes brackets. We have had complaints from users about
editor.autoClosingBrackets
not affecting this behavior (when set tonever
). We are not 100% convinced thateditor.autoClosingBrackets
should apply here, since conceptually, editing comments is different from editing code, so a separate setting for comments could be more flexible, but maybe also unnecessarily complex.-145384 discusses specifying a
language
onCommentController
to control other behavior like syntax highlighting (mainly plaintext vs Markdown). Sinceeditor.autoClosingBrackets
already supports using per-language settings, it might work well enough to just makeeditor.autoClosingBrackets
also take effect in the comment reply editor.