palantir / python-language-server

An implementation of the Language Server Protocol for Python
MIT License
2.6k stars 282 forks source link

PR: Flatten folding regions #893

Closed andfoy closed 3 years ago

andfoy commented 3 years ago

This PR applies list flattening in order to aggregate multiple code folding hook implementation results.

Required by https://github.com/spyder-ide/pyls-spyder/pull/15