Florian Daloze

Results 18 comments of Florian Daloze

I finally managed to make it work with this code: ```python @server.feature(INITIALIZED) def init(ls, params): ls.register_capability(RegistrationParams( registrations = [ Registration( id = str(uuid.uuid4()), method = WORKSPACE_DID_CHANGE_WATCHED_FILES, register_options = DidChangeWatchedFilesRegistrationOptions(watchers =...

This is not really a subset but it is events that are coming from different sources. `worskpace/did(Create|Rename|Delete)Files` are notifications that are sent when the event is initiated by the user...

I don't really know what you want to be built-in with this feature, because it does not really do something. This is only an event that indicates that a file...

To continue on this subject, I just found this section: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_configuration Now you do not receive any 'DidChangeConfiguration' notification anymore, except if you dynamically register for it. I can do...

Hello @remyAuneor , thank you for your report. We are aware that the server process is sometimes reluctant to close properly when you quit vscode or uninstall the extension. We...

I close this issue as now the Rust version is listening for the vscode PID, and automatically close if vscode close, even if no exit signal was received. As it...

Hello. Thank you for the feedback. The next version of this extension, written in Rust, do not have this log file actually. All logs are redirected to the vscode output...

@yao-big We think so. We need some performances that we can't get with Python, and Rust was the best candidate for it.

Hello @brandon-blb , Actually the extension has been developped with the odoo repository architecture in mind, and it can indeed not work with a pre-packaged odoo. We will see if...

It should work. I didn't tested it though, and I hope I don't forget a mandatory directory.