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
We're using puppeteer with a short-lived docker container to generate SVG images as part of an automated workflow. Slightly annoyingly this touches the lastModifiedDate field in workspace.json, which is the only change which then makes the repo dirty.
It seems that lastModifiedDate should not change if nothing else has changed.
Priority
Low (I have no budget and there's no rush - please add this feature for free)
Description
We're using puppeteer with a short-lived docker container to generate SVG images as part of an automated workflow. Slightly annoyingly this touches the
lastModifiedDatefield inworkspace.json, which is the only change which then makes the repo dirty.It seems that
lastModifiedDateshould not change if nothing else has changed.Priority
Low (I have no budget and there's no rush - please add this feature for free)
More information
No response