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
I sometimes get this by quickly switching between projects many times.
LSP-pyright: INFO: Using python path "/usr/bin/python3"
git: untracking working dir /home/giampaolo/svn/neato/tron
('--project', '/home/giampaolo/.config/sublime-text/Packages/User/Projects/dotfiles.sublime-project')
git: tracking working dir /home/giampaolo/svn/dotfiles
Traceback (most recent call last):
File "/home/giampaolo/.config/sublime-text/Installed Packages/LSP.sublime-package/plugin/core/types.py", line 130, in run
f()
File "/home/giampaolo/.config/sublime-text/Installed Packages/LSP.sublime-package/plugin/documents.py", line 811, in _do_highlights_async
params = cast(DocumentHighlightParams, text_document_position_params(self.view, point))
File "/home/giampaolo/.config/sublime-text/Installed Packages/LSP.sublime-package/plugin/core/views.py", line 267, in text_document_position_params
return {"textDocument": text_document_identifier(view), "position": position(view, location)}
File "/home/giampaolo/.config/sublime-text/Installed Packages/LSP.sublime-package/plugin/core/views.py", line 225, in text_document_identifier
uri = uri_from_view(view_or_uri)
File "/home/giampaolo/.config/sublime-text/Installed Packages/LSP.sublime-package/plugin/core/views.py", line 218, in uri_from_view
raise MissingUriError(view.id())
LSP.plugin.core.views.MissingUriError: View 658 has no URI
To Reproduce
Not clear
Environment:
OS: Ubuntu 22.04
Sublime Text version: 4175
LSP version: 2.0.1
Language servers used: LSP pyright, bash, json
The text was updated successfully, but these errors were encountered:
Describe the bug
I sometimes get this by quickly switching between projects many times.
To Reproduce
Not clear
Environment:
The text was updated successfully, but these errors were encountered: