Rafał Chłodnicki
Rafał Chłodnicki
Though clicking on the path in the popup is probably a separate thing to solve? It looks like an URI created by mdpopups and it's just handled natively by ST.
I'll create test project and investigate more when I have time. Just wanted to log this as it bothered me for a while now.
Yes, you are most likely right. I've set-up a project with instructions at https://github.com/rchl/test-sublime-lsp-type-bug When checking VSCode, I can see it triggering ``` [Trace - 9:55:53 PM] Sending notification 'workspace/didChangeWatchedFiles'....
Extra note: While server can request watcher to be registered using `DidChangeWatchedFilesRegistrationOptions`, this is not how Vetur (used by LSP-vue) does it at least (yet?). Instead, its VSCode extension part...
I don't think there is any good existing python library that we could use. I've implemented this feature using one of them but it was missing support for glob patterns...
Not sure about the `small` part. The node binary is about 50~75MB per-platform. If going that route, I'd rather fetch it at runtime than bundle with the package.
For the record, I've created https://packagecontrol.io/packages/LSP-file-watcher-chokidar which provides support for this notification in LSP until we'll get an API from ST that we could switch to.
Then it might be more consistent to just follow the global `show_popup_on_hover` setting for LSP.
> > Specifically, LSP avoids building functionality that does not exist in Sublime Text, or that serves only one language. > > Nevertheless, I wanted to have a very open...
There is the `log_max_size` setting that you can increase. Though maybe if the server has so much output, it would be best to also support logging to file.