Jason Axelson

Results 208 issues of Jason Axelson

Fixes #101 I don't see why `ElixirLS.LanguageServer.Dialyzer` should have a supervisor, but all the other GenServers do not. They should all be treated the same. I'm not completely sold on...

Current state of affairs: * ElixirLS has a separate `_build` directory (within the `.elixir_ls` folder) * ElixirLS shares the `deps` folder with the main repository * ElixirLS automatically downloads deps...

Similar to `ElixirLS.LanguageServer.Protocol.SymbolInformation`

enhancement

Create a `%ClientCapabilities{}` struct that can centralize the client capabilities detection (instead of having the majority of it in `ElixirLS.LanguageServer.Server`).

enhancement

Integrate an LSP specification from: https://github.com/deathbeds/expectorate Will probably entail creating a new repository that houses the specific expectorate parser.

enhancement

This probably isn't good to merge as-is. I'm thinking that auto-clustering should be opt-in based on a configuration settings file. Does anyone have thoughts about this? Another option is that...

Add info about how to get involved to `Contributing.md` and reference it from the readme. More background in #26

In VSCode there is the option `"typescript.reportStyleChecksAsWarnings": true`. This changes some common errors reported by typescript to be shown in the editor as a warning: https://github.com/Microsoft/vscode-docs/blob/main/docs/typescript/typescript-compiling.md#why-are-some-errors-reported-as-warnings Here is where the...

enhancement

What does the pin icon in the upper right do? ![screenshot 2016-09-21 11 16 24](https://cloud.githubusercontent.com/assets/9973/18729283/eba7005e-7fec-11e6-96dd-987982484ced.png)

### Describe the Bug ``` jason@Jasons-Work-MacBook-Air ~/f (jax/webpack-quiet)> echo $ASDF_DIR /opt/homebrew/Cellar/asdf/0.9.0/libexec jason@Jasons-Work-MacBook-Air ~/f (jax/webpack-quiet)> cat ~/.asdf/shims/dotenv #!/usr/bin/env bash # asdf-plugin: ruby 3.0.2 exec /opt/homebrew/Cellar/asdf/0.8.1_1/libexec/bin/asdf exec "dotenv" "$@" jason@Jasons-Work-MacBook-Air ~/f (jax/webpack-quiet)>...

bug
homebrew