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.
1 parent f997118 commit d6b684aCopy full SHA for d6b684a
src/vs/workbench/contrib/comments/browser/simpleCommentEditor.ts
@@ -94,7 +94,8 @@ export class SimpleCommentEditor extends CodeEditorWidget {
94
horizontal: 'auto',
95
useShadows: true,
96
verticalHasArrows: false,
97
- horizontalHasArrows: false
+ horizontalHasArrows: false,
98
+ alwaysConsumeMouseWheel: false
99
},
100
overviewRulerLanes: 2,
101
lineDecorationsWidth: 0,
0 commit comments