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

Default to config icon for the property language #158454

Merged
merged 4 commits into from
Sep 26, 2022

Commits on Aug 18, 2022

  1. Default to config icon for the property language

    The built-in extension for ini files defines the language for properties
    files, like .gitconfig and .conf, which are language agnostic properties
    files that should be represented by a language agnostic icon.
    
    The Seti icon theme defines a cogwheel icon for properties files, but
    additionally associates files with the .properties extension with Java.
    
    Coincidentally, the first file extension listed for the properties
    language is ".properties", which causes the build script for Seti to
    make the Java icon the default icon for all config files, and just
    overrides the icon for files like .gitconfig.
    
    This should be the other way around, so the Java icon for .properties is
    the exception for properties, and not the default.
    
    Fix:
    
    This patch moves the .conf extension to the top of the list of file
    extensions in the built-in ini-extension and reruns the Seti build
    script, making the config icon the default.
    
    Fixes microsoft#158453.
    trond-snekvik committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    4a0fc34 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    23d6dc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    c4b59e2 View commit details
    Browse the repository at this point in the history
  2. update seti

    aeschli committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    297c22a View commit details
    Browse the repository at this point in the history