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

Add options.ignoreUnconfigured #64

Merged
merged 3 commits into from
Apr 3, 2022
Merged

Add options.ignoreUnconfigured #64

merged 3 commits into from
Apr 3, 2022

Commits on Apr 2, 2022

  1. Add options.ignoreUnconfigured

    When turning this option on, files will only be used if they have an
    associated detected configuration file.
    Other files will be ignored.
    
    Given that configuration actually happens much later than finding files,
    how it works is more similar to how a fatal error or so prevents a file
    from being processed, instead of actual files being ignored.
    
    Related-to: unifiedjs/unified-language-server#30.
    wooorm committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    1bb8496 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Apply suggestions from code review

    Co-authored-by: Remco Haszing <remcohaszing@gmail.com>
    wooorm and remcohaszing authored Apr 3, 2022
    Configuration menu
    Copy the full SHA
    c71e9ab View commit details
    Browse the repository at this point in the history
  2. Apply review to other places

    wooorm committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    6a5fafd View commit details
    Browse the repository at this point in the history