odoo / odoo-ls

Odoo Language Server
Other
54 stars 11 forks source link

[IMP] Client side code cleaning and Python extension integration #85

Closed delvsola closed 4 months ago

delvsola commented 11 months ago

This PR aims to provide a first fix to many errors in the client code and acts as an intermediate patch until the client side is properly refactored.

The extension also now integrates VSCode's Python extension, which means the Language Server will now be launched with the Interpreter selected for that workspace.

Changes

Fixes

delvsola commented 10 months ago

@Louciole The extension crashes when starting as Disabled with the Python extension enabled

Louciole commented 10 months ago

@Louciole The extension crashes when starting as Disabled with the Python extension enabled

I can't reproduce it (either in the debug or packaged version) did you do something special?