We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<input>
1 parent fe79871 commit 61f0872Copy full SHA for 61f0872
src/vs/workbench/contrib/codeEditor/browser/simpleEditorOptions.ts
@@ -32,6 +32,8 @@ export function getSimpleEditorOptions(): IEditorOptions {
32
renderLineHighlight: 'none',
33
fixedOverflowWidgets: true,
34
acceptSuggestionOnEnter: 'smart',
35
+ dragAndDrop: false,
36
+ revealHorizontalRightPadding: 5,
37
minimap: {
38
enabled: false
39
},
0 commit comments