Add intellisenseMode to CMakeSettings.json.

develop
Ben Lubar 2018-07-23 12:55:23 -05:00
parent 40669d7a63
commit a85d59787a
No known key found for this signature in database
GPG Key ID: 018BAB45DB2D2B24
1 changed files with 4 additions and 0 deletions

@ -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",