SourceFileConfiguration.intelliSenseMode doesn't allow "${default}" value · Issue #22 · microsoft/vscode-cpptools-api · GitHub
Skip to content

SourceFileConfiguration.intelliSenseMode doesn't allow "${default}" value #22

Description

@alexcamposruiz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions