-
Couldn't load subscription status.
- Fork 333
Open
Labels
maintenanceChores and refactoringChores and refactoring
Milestone
Description
Thanks for your work on this extension! It's very useful.
I'd like to share user scripts between machines by committing the data folder to my dotfiles repo. I observe that the manifest.json file in this folder[1] changes on disk every few minutes, even when I'm not interacting with the extension, and the changes only vary the json key order (which seems to me like it ought to be a no-op).
[1]: Library/Containers/com.userscripts.macos.Userscripts-Extension/Data/Documents/manifest.json
- I'm a bit curious what behavior is causing this file to thrash in the first place — I'm surprised that the extension needs to write this file in the background at all (writing the file in response to interaction would not be surprising) — maybe this is a bug?
- If this background process is necessary and not a bug, I wonder if setting
encoder.outputFormatting = [.prettyPrinted, .sortedKeys]here would do the trick
Metadata
Metadata
Assignees
Labels
maintenanceChores and refactoringChores and refactoring