Skip to content

Commit

Permalink
Revert "fix(quick-edit): disable autosave" (#6806)
Browse files Browse the repository at this point in the history
This reverts commit 2a5b648.
  • Loading branch information
penalosa authored Sep 23, 2024
1 parent 74d719f commit 4db75e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sour-jars-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cloudflare/quick-edit": patch
---

chore: Revert "fix(quick-edit): disable autosave"
1 change: 0 additions & 1 deletion packages/quick-edit/functions/_middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const onRequest = async ({
: "Solarflare Light",
"workbench.startupEditor": "none",
"editor.minimap.autohide": true,
"files.autoSave": "off",
"files.exclude": {
"*.d.ts": true,
"jsconfig.json": true,
Expand Down

0 comments on commit 4db75e1

Please sign in to comment.