You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only copy sway relevant files into LSP tmp memory (#5725)
## Description
We were previously copying over every file in the users workspace. This
meant that we were copying over a lot of unnecessary files. The language
server only needs `.sw` files and `Forc.toml` and `Forc.lock` in
temporary memory, so we now only copy over files that match this.
---------
Co-authored-by: Sophie Dankel <47993817+sdankel@users.noreply.github.com>
0 commit comments