From 741eb4e4b4283f65cb561bced4a8765f511ee12a Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 1 Feb 2017 07:58:20 -0800 Subject: [PATCH] fixed typo in settings --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 373c9928..fc770a23 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ // Place your settings in this file to overwrite default and user settings. { - "file.autoSave": "afterDelay", + "files.autoSave": "afterDelay", "files.watcherExclude": { "**/.git/objects/**": true, "**/built/**": true,