Kornel Horvath

Results 5 issues of Kornel Horvath

**Describe the bug** Some build systems (e.g. [Bazel](https://bazel.build/)) places generated files outside of the workspace/project/repository and symlink those one way or another (e.g. Bazel creates a symlink `bazel-bin` from the...

bug

Hi, In our project we are using customized directory structure, not the standard erlang app structure. E.g.: - source: /path/to/app/src - pre-build beams: /path/to/app/something/else/ebin - custom built beams: /path/to/app/out (it's...

Apply some extra exclude filters when search for Erlang source files if there is no corresponding configuration available. Exclude filters acome from three sources: `files.exclude`, `search.exclude` and `files.watcherExclude`. It's the...

I've noticed the extension search for and try to parse source files with `.erl` ending, but as this pattern is regular expression, the dot can be any character, not necessarily...

Fix below compile-time warning. The recommended erlang:crc32/1 was introduced in Erlang/OTP R12. ``` egd_png.erl:102:11: zlib:crc32/2 is deprecated and will be removed in OTP 27; use erlang:crc32/1 instead ```