gleam-lang/gleam

LSP: cleanup when a client has closed all files in a project

Open

#3,205 opened on May 27, 2024

View on GitHub
 (0 comments) (2 reactions) (0 assignees)Rust (21,417 stars) (960 forks)batch import
help wanted

Description

When the client has closed all files for a Gleam project:

  • Unset all the diagnostics for that project
  • Discard the engine for that project

Contributor guide