You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I want to remap editor.action.moveLinesUpAction and editor.action.moveLinesDownAction. I see there are some strange onMoveLine* commands in this extension, mapped to the defaults for editor.action.moveLines*Action. Do I have to manually remap them as well to the new keys?
The text was updated successfully, but these errors were encountered:
Hi, they are used to fix the list markers (1, 2, 3, ...) when you edit a ordered list (specifially moving lines up or down). In other cases (i.e. not in a Markdown ordered list), they should just do the same as the original moveLinesUp/DownAction.
vscode-markdown/src/listEditing.ts
Line 516 in 0b75960
vscode-markdown/package.json
Line 279 in 0b75960
Hi there,
I want to remap
editor.action.moveLinesUpAction
andeditor.action.moveLinesDownAction
. I see there are some strangeonMoveLine*
commands in this extension, mapped to the defaults foreditor.action.moveLines*Action
. Do I have to manually remap them as well to the new keys?The text was updated successfully, but these errors were encountered: