Matt Kowalczyk
Matt Kowalczyk
**Is your feature request related to a problem? Please describe.** erlang-ls.config is commonly configured with various "dirs" for instance, -apps_dirs -include_dirs -deps_dirs it's unclear to me what the exact purpose...
very easy to reproduce, just start vscode w/ erlang_ls and notice it starts an erl process. then either close the window or reload it and the erl process remains.
1) Create a workspace 2) create a project with an include directory and a single hrl file 3) vscode does not complain about the -include() that references the hrl file...
Would be nice to use primitatives throughout the library. Replacing the EnumMap in LengthOffsetCache with an EnumIntMap would be a step in that direction.
ByteBitVector#ensureCapacity attempts to resize the byte buffer backing the vector as data is read from the input stream. A malformed request could trigger a large memory allocation. This should be...
This ticket is for us to re-think how remainingVectors are being handled. Currently, we create an array containaing segments following the core segment. This array is searched each time a...