erlang_ls
erlang_ls copied to clipboard
The file was not closed when the background job was terminated.
Describe the bug When quickly terminating a background job, the file opened by epp:open/1 is not closed properly.
To Reproduce quickly terminating a background job
Expected behavior close file
Actual behavior The file process is not closed and keeps executing epp:wait_request/1.
Context
-
erlang_ls
version (tag/sha): v0.49.0 - Editor used: VSCode 1.85.1
- LSP client used: Erlang LS v0.0.41