My ST version: version: 4169 osx arm64 channel: stable
Trying to understand why I see these error messages in the console:
Unable to open /Users/samir/Library/Application Support/Sublime Text/Packages/LSP/LSP.sublime-settings
I have this settings file (and other LSP files) under “User”, as in /Users/samir/Library/Application Support/Sublime Text/Packages/User
.
Why is sublime looking for it under LSP
?
I don’t recall changing anything on my system (except the usual official upgrades).
Here’s some more of the stack:
Traceback (most recent call last):
File "/Users/samir/Library/Application Support/Sublime Text/Installed Packages/LSP.sublime-package/plugin/documents.py", line 968, in clear_async
File "/Users/samir/Library/Application Support/Sublime Text/Installed Packages/LSP.sublime-package/plugin/session_view.py", line 104, in on_before_remove
File "/Users/samir/Library/Application Support/Sublime Text/Installed Packages/LSP.sublime-package/plugin/session_buffer.py", line 203, in remove_session_view
File "./python3.3/_weakrefset.py", line 109, in remove
KeyError: <weakref at 0x1074fc9a8; to 'SessionView' at 0x1074d69e8>
Please advise.
Thank you.