Skip to content

Commit 1e0fcec

Browse files
authored
SCM - disable variable line height in the input field (microsoft#250802)
1 parent 5535b45 commit 1e0fcec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/scm/browser/scmViewPane.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,6 +1561,7 @@ class SCMInputWidgetEditorOptions {
15611561
return {
15621562
...getSimpleEditorOptions(this.configurationService),
15631563
...this.getEditorOptions(),
1564+
allowVariableLineHeights: false,
15641565
dragAndDrop: true,
15651566
dropIntoEditor: { enabled: true },
15661567
formatOnType: true,

0 commit comments

Comments
 (0)