rupert / pyls-black

Black plugin for the Python Language Server
MIT License
72 stars 8 forks source link

Return errors to pyls #3

Open rupert opened 6 years ago

rupert commented 6 years ago

At the moment syntax errors or problems calling black are handled silently. It would help with debugging if these errors could be passed back to the Python Language Server and displayed in the editor's UI (e.g. in the Sublime Text status bar).