Hello, Configuration : - OS : Windows 10 - Microsoft Python Language Server version 0.5.59.0 - python : winpython64 3.9.0 - lsp client : emacs 27.1.2 lsp-python-ms When typing `C-c l = =`, I receive the message : ``` lsp-format-buffer: Capability not supported by the language server: "documentFormattingProvider" ``` I searched within issues if anyone did report any formatting problem (keyword "format") but it returned nothing. Does this returned message means the python-language-server lacks the formatting feature ? Or is it a bug, most probably from my configuration ? If not, could it be feature request to add python code formatting ? Regards
Hello,
Configuration :
When typing
C-c l = =, I receive the message :I searched within issues if anyone did report any formatting problem (keyword "format") but it returned nothing.
Does this returned message means the python-language-server lacks the formatting feature ? Or is it a bug, most probably from my configuration ?
If not, could it be feature request to add python code formatting ?
Regards