Verification/Warning messages not popping up

So I just moved like 15 Sass related files into a parent directory, and although the page doesn’t seem to be affected, I didn’t get the message that usually pops up telling you how many changes were made and giving you the option to undo it.

Mac Version

The app doesn’t track when SASS files (and other source code files like .js and .json) are moved because normally this doesn’t affect the page. This is why no notifications are shown.

The moved files themselves might need to be modified (for example to update import paths to other SASS files) but it would be annoying to the user if the app modifies their source code incorrectly and potentially breaks their project. So we leave it to them to keep their source code files in working order.

Makes sense, thanks for that info. :slight_smile: