Skip to content

files.associations is not case sensitive ("*.c": "c", "*.C": "cpp" doesn't work) #59369

@sean-mcmanus

Description

@sean-mcmanus

On any OS, files.associations with "*.c": "c" and "*.C": "cpp" are treated identically (case insensitive), but .c needs to be associated with the "C" and language and .C with the "C++" language. When both are present, the last one ends up getting used.

Our C/C++ extension may be able to add some special case workaround for this (not sure yet).

Metadata

Metadata

Assignees

No one assigned

    Labels

    *duplicateIssue identified as a duplicate of another issue(s)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions