selfint / code-blocks

Manipulate code as blocks
https://marketplace.visualstudio.com/items?itemName=selfint.code-blocks
MIT License
6 stars 0 forks source link

fix moving identical blocks fails #116

Closed selfint closed 1 year ago

selfint commented 1 year ago

applyEdit can't fail (AFAIK), so we don't need to exit, but we do need to revert the staleVersion, since the version won't tick if the edit doesn't actually change the file content