dkandalov / limited-wip

IntelliJ plugin to limit your work-in-progress

Home Page:https://plugins.jetbrains.com/plugin/7655

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manual undo operation does not work properly after failing test

mjanos5 opened this issue · comments

Software versions:

  • PyCharm 2021.3.2 CE
  • Limited WIP 0.3.13

Settings:

  • Change Size Watchdog: disabled
  • Auto-Revert: disabled
  • TCR: enabled
    • don't revert test: enabled
    • don't revert files: **

Steps to reproduce:

  • make a change that breaks the tests
  • run tests
  • press undo key shortcut

Actual result

"Undo reload from Disk" dialog pops up. After clicking on "close" the change is not undone. An additional undo press is needed to really perform the undo.

Expected result

The undo should be performed on first shortcut press without the "Undo reload from Disk" dialog popping up.