Skip to content

Commit 61f0872

Browse files
committed
Better align simple options with <input>s
1 parent fe79871 commit 61f0872

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/workbench/contrib/codeEditor/browser/simpleEditorOptions.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ export function getSimpleEditorOptions(): IEditorOptions {
3232
renderLineHighlight: 'none',
3333
fixedOverflowWidgets: true,
3434
acceptSuggestionOnEnter: 'smart',
35+
dragAndDrop: false,
36+
revealHorizontalRightPadding: 5,
3537
minimap: {
3638
enabled: false
3739
},

0 commit comments

Comments
 (0)