Skip to content

Commit c42ab56

Browse files
committed
Don't register twice
1 parent 2d46dec commit c42ab56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/editor/contrib/linesOperations/linesOperations.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,6 @@ registerEditorAction(JoinLinesAction);
11141114
registerEditorAction(TransposeAction);
11151115
registerEditorAction(UpperCaseAction);
11161116
registerEditorAction(LowerCaseAction);
1117-
registerEditorAction(TitleCaseAction);
11181117

11191118
if (SnakeCaseAction.caseBoundary.isSupported() && SnakeCaseAction.singleLetters.isSupported()) {
11201119
registerEditorAction(SnakeCaseAction);

0 commit comments

Comments
 (0)