erlang_ls icon indicating copy to clipboard operation
erlang_ls copied to clipboard

The file was not closed when the background job was terminated.

Open misaki214 opened this issue 1 year ago • 0 comments

Describe the bug When quickly terminating a background job, the file opened by epp:open/1 is not closed properly.

file_no_close2

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

misaki214 avatar Dec 25 '23 09:12 misaki214