From 33548982eca7b4ab70f28b21497313535eed1c04 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Thu, 7 Feb 2019 12:58:13 -0800 Subject: [PATCH] Ignore C++ submodules in VS Code --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 826cd42529..4425a4d208 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,6 +13,9 @@ "returnFormat": "", "neverAskTemplate": true }, + "files.watcherExclude": { + "**/project/lib/**": true + } "files.trimTrailingWhitespace": true, "C_Cpp.autoAddFileAssociations": false, } \ No newline at end of file