Sarrus1 / sourcepawn-lsp

Language Server Protocol implementation for the SourcePawn programming language written in Rust
GNU General Public License v3.0
12 stars 0 forks source link

Modifying include files in `includeDirectories` might not be detected #13

Closed Sarrus1 closed 1 year ago

Sarrus1 commented 1 year ago

If a file is in an includeDirectory, adding, deleting or editing a file might not be picked by the editor. This can be fixed by adding a filewatcher for each includeDirectory, using Notify.

Sarrus1 commented 1 year ago

Partially fixed in a6332b6feb0e1db90e32bb283c774b26db43c731.