Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 0093d41

Browse files
authored
Add autosave
1 parent 2125f72 commit 0093d41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

zaklady-programovani/uvod/lesson.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ a stiskněte enter. Otevře se okno s editorem. Do jeho pravé časti vložte n
9191
"editor.wordWrap": "on",
9292
"files.eol": "\n",
9393
"editor.minimap.enabled": false,
94-
"editor.fontSize": 16
94+
"editor.fontSize": 16,
95+
"files.autoSave": "afterDelay",
96+
"files.autoSaveDelay": 1000
9597
}
9698
```
9799

0 commit comments

Comments
 (0)