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
There is a setting in vscode (editor.autoIndent), that determines whether the editor will "automatically adjust the indentation when users type, paste, move or indent lines.". We should read this setting, and if it is set to "full", we should fix indentation on the inserted text after inserting in BringMoveSwap. We can do so by selecting the text and running editor.action.reindentselectedlines.
The text was updated successfully, but these errors were encountered:
There is a setting in vscode (
editor.autoIndent
), that determines whether the editor will "automatically adjust the indentation when users type, paste, move or indent lines.". We should read this setting, and if it is set to"full"
, we should fix indentation on the inserted text after inserting inBringMoveSwap
. We can do so by selecting the text and runningeditor.action.reindentselectedlines
.The text was updated successfully, but these errors were encountered: