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
When updating astro directly from the command line, lazydev.nvim reports an error with workspace not found
astro +:Lazy update
Error reported via Astro Notifications
No **LuaLS** workspace found.
Use `:LazyDev lsp` to see settings of attached LSP clients.
Screenshot:
Assumption
As there are no files open then there is no well defined project or 'workspace' so LSP doesnt know what to do.
This only happened 1st August, so perhaps lazydev.nvim is a new package and would benefit from some config.
Running :LazyDev lsp as the notification suggested returns an empty notification (assumption: there is no file so no associated LSP mode, so no LSP servers to report, hence an empty notification. If the command was failing, I assume an error would be shown or no notification at all).
The text was updated successfully, but these errors were encountered:
When updating astro directly from the command line, lazydev.nvim reports an error with workspace not found
Error reported via Astro Notifications
Screenshot:
Assumption
As there are no files open then there is no well defined project or 'workspace' so LSP doesnt know what to do.
This only happened 1st August, so perhaps lazydev.nvim is a new package and would benefit from some config.
Running
:LazyDev lsp
as the notification suggested returns an empty notification (assumption: there is no file so no associated LSP mode, so no LSP servers to report, hence an empty notification. If the command was failing, I assume an error would be shown or no notification at all).The text was updated successfully, but these errors were encountered: