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

Ignore unknown reference types #281

Merged
merged 1 commit into from
Oct 16, 2023

Commits on Oct 8, 2023

  1. Ignore unknown reference types

    This fixes the following exception that I started getting with VSCode
    1.82.3:
    
    ```
    ** (CaseClauseError) no case clause matching: "attribute"
        (next_ls 0.13.4) lib/next_ls.ex:337: NextLS.handle_request/2
        (gen_lsp 0.6.0) lib/gen_lsp.ex:248: anonymous fn/5 in GenLSP.loop/3
        (gen_lsp 0.6.0) lib/gen_lsp.ex:308: GenLSP.attempt/3
        (stdlib 5.0.2) proc_lib.erl:241: :proc_lib.init_p_do_apply/3
    ```
    
    Fixes elixir-tools#280.
    fhunleth committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    7311333 View commit details
    Browse the repository at this point in the history