From 2c9f5cf4801f34d4eaff5e80b81f5f9554a9025c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 7 May 2018 11:41:08 +0100 Subject: [PATCH] Autosave on focuschange --- .config/Code/User/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 3e64adad..ba80e8ea 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -4,4 +4,5 @@ "editor.cursorStyle": "block", "editor.wordWrap": true, "vim.disableAnnoyingNeovimMessage": true, + "files.autoSave": "onFocusChange", } \ No newline at end of file