From 977ef1a35173ab255e602cb80f34835d46d751ae Mon Sep 17 00:00:00 2001 From: Ben Lubar Date: Mon, 23 Jul 2018 16:14:22 -0500 Subject: [PATCH] Get intellisense and code analysis working in CMakeSettings.json. --- CMakeSettings.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/CMakeSettings.json b/CMakeSettings.json index 71e4cf9b2..fda8ecfd3 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -30,8 +30,7 @@ "name": "MSVC 32 Debug", "generator": "Ninja", "configurationType": "RelWithDebInfo", - "inheritEnvironments": [ "msvc_2015_x86" ], - "intelliSenseMode": "windows-msvc-x86", + "inheritEnvironments": [ "msvc_x86_x64", "msvc_2015_x86" ], "variables": [ { "name": "DFHACK_BUILD_ARCH", @@ -55,8 +54,7 @@ "name": "MSVC 32 Release", "generator": "Ninja", "configurationType": "Release", - "inheritEnvironments": [ "msvc_2015_x86" ], - "intelliSenseMode": "windows-msvc-x86", + "inheritEnvironments": [ "msvc_x86_x64", "msvc_2015_x86" ], "variables": [ { "name": "DFHACK_BUILD_ARCH", @@ -72,8 +70,7 @@ "name": "MSVC 64 Debug", "generator": "Ninja", "configurationType": "RelWithDebInfo", - "inheritEnvironments": [ "msvc_2015_x64" ], - "intelliSenseMode": "windows-msvc-x64", + "inheritEnvironments": [ "msvc_x64_x64", "msvc_2015_x64" ], "variables": [ { "name": "DFHACK_BUILD_ARCH", @@ -97,8 +94,7 @@ "name": "MSVC 64 Release", "generator": "Ninja", "configurationType": "Release", - "inheritEnvironments": [ "msvc_2015_x64" ], - "intelliSenseMode": "windows-msvc-x64", + "inheritEnvironments": [ "msvc_x64_x64", "msvc_2015_x64" ], "variables": [ { "name": "DFHACK_BUILD_ARCH",