yo1dog / vscode-cursor-align

Visual Studio Code Extension that aligns all cursors using spaces.
MIT License
22 stars 7 forks source link

Undoing + Redoing results in unexpected selections #1

Closed yo1dog closed 6 years ago

yo1dog commented 6 years ago

Redoing the alignCursors command does not change the selections. It is expected that the selections after redoing the command would match the selections after the command initially ran.

Repo:

  1. Use the alignCursors command.
  2. Edit->Undo
  3. Edit->Redo
yo1dog commented 6 years ago

Fixed in v1.0.2