matthewkaney / text.management

Experimental Live Code Editor
GNU General Public License v3.0
45 stars 2 forks source link

Autosave Setting #60

Open matthewkaney opened 11 months ago

matthewkaney commented 11 months ago

Now that settings exist, I'd like to get back into autosaving behavior, which can be an optional setting

matthewkaney commented 11 months ago

I'm interested in maintaining general compatibility with VS Code's settings, so I'll use these settings:

"files.autoSave": "off" | "afterDelay"
"files.autoSaveDelay": number // in ms