The field intelliSenseMode in SourceFileConfiguration forces developers to pick one of "msvc-x86" | "msvc-x64" | "gcc-x86" | "gcc-x64" | "clang-x86" | "clang-x64", when in most cases you would want to use whatever the default value for a given platform is.
This field should be optional or else "${default}" should be one of the allowed values.
The field
intelliSenseModeinSourceFileConfigurationforces developers to pick one of"msvc-x86" | "msvc-x64" | "gcc-x86" | "gcc-x64" | "clang-x86" | "clang-x64", when in most cases you would want to use whatever the default value for a given platform is.This field should be optional or else "${default}" should be one of the allowed values.