From a85d59787af1f78dd0699878a55994d6ece692f9 Mon Sep 17 00:00:00 2001 From: Ben Lubar Date: Mon, 23 Jul 2018 12:55:23 -0500 Subject: [PATCH] Add intellisenseMode to CMakeSettings.json. --- CMakeSettings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeSettings.json b/CMakeSettings.json index db45456ee..71e4cf9b2 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -31,6 +31,7 @@ "generator": "Ninja", "configurationType": "RelWithDebInfo", "inheritEnvironments": [ "msvc_2015_x86" ], + "intelliSenseMode": "windows-msvc-x86", "variables": [ { "name": "DFHACK_BUILD_ARCH", @@ -55,6 +56,7 @@ "generator": "Ninja", "configurationType": "Release", "inheritEnvironments": [ "msvc_2015_x86" ], + "intelliSenseMode": "windows-msvc-x86", "variables": [ { "name": "DFHACK_BUILD_ARCH", @@ -71,6 +73,7 @@ "generator": "Ninja", "configurationType": "RelWithDebInfo", "inheritEnvironments": [ "msvc_2015_x64" ], + "intelliSenseMode": "windows-msvc-x64", "variables": [ { "name": "DFHACK_BUILD_ARCH", @@ -95,6 +98,7 @@ "generator": "Ninja", "configurationType": "Release", "inheritEnvironments": [ "msvc_2015_x64" ], + "intelliSenseMode": "windows-msvc-x64", "variables": [ { "name": "DFHACK_BUILD_ARCH",