From ed7d67a1757841e03ea70d995e3e7a9fe828afa1 Mon Sep 17 00:00:00 2001
From: Benjamin Pasero <benjamin.pasero@gmail.com>
Date: Mon, 31 Aug 2015 09:39:54 +0200
Subject: [PATCH] VSCode 0.8.0 config folder change

Starting with 0.8.0, VS Code will store its settings in a .vscode folder and no longer in the generic .settings folder.
---
 Global/VisualStudioCode.gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore
index 0865bb7d..faa18382 100644
--- a/Global/VisualStudioCode.gitignore
+++ b/Global/VisualStudioCode.gitignore
@@ -1,2 +1,2 @@
-.settings
+.vscode