Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Ignore unknown reference types#281

Merged
mhanberg merged 1 commit into
elixir-tools:mainfrom
fhunleth:ignore-attribute
Oct 16, 2023
Merged

Ignore unknown reference types#281
mhanberg merged 1 commit into
elixir-tools:mainfrom
fhunleth:ignore-attribute

Conversation

@fhunleth

@fhunleth fhunleth commented Oct 8, 2023

Copy link
Copy Markdown
Contributor

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 #280.

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 #280.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No case clause for "attribute" with VSCode 1.82.3

2 participants