Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust check scripts to be case insensitive #494

Closed
PKief opened this issue Jul 13, 2019 · 0 comments
Closed

Adjust check scripts to be case insensitive #494

PKief opened this issue Jul 13, 2019 · 0 comments

Comments

@PKief
Copy link
Member

PKief commented Jul 13, 2019

The check scripts do not recognize conflicts where the difference between the associations is only based on the capitalization. For example there're two configurations "hpp" and "HPP" for two different icons. Then the one that comes at last in the configuration will be the icon that is shown in the editor (e.g. "HPP"). The issue is that VS Code is not case sensitive regarding the icon file extensions, i.e. "hpp" is equals to "HPP". The check script should throw an error if the file extension appears twice with a different capitalization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant