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

Fallback to well known config file place #188

Commits on Aug 2, 2022

  1. Don't use ApplicationData for config file on UNIX

    When running on NET6 (VSMac installer), SpecialFolder.ApplicationData
    returns nothing, resulting in a relative path being used for the config
    file. So, just switch to use UserProfile, to which we append .config
    for the well known, and expected, place for the config file.
    Rodrigo Moya committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    dc770ff View commit details
    Browse the repository at this point in the history
  2. Fix spaces?

    jonathanpeppers authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    72ccd4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fca51f View commit details
    Browse the repository at this point in the history