Skip to content

Commit b126f58

Browse files
committed
Fix test
1 parent 2f07661 commit b126f58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/editor/test/browser/controller/cursor.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4675,6 +4675,7 @@ suite('Editor Controller', () => {
46754675
'}'
46764676
],
46774677
languageId: languageId,
4678+
editorOpts: { considerOnEnterRulesForInheritedIndentAfterBlankLine: true },
46784679
}, (editor, model, viewModel) => {
46794680

46804681
// Use indent

0 commit comments

Comments
 (0)