Open
Description
Elevator Pitch
When developing a Python project,
configuration files of linters are placed in the root directory of the project typically.
It would be great if jupyterlab-lsp support the concept of project so that it can be configured to look for configuration files of linters in the root directory of a project.
Motivation
If the concept of project is supported, users can leverage jupyterlab + jupyterlab-lsp to develop big Python project (instead of a simple Python script only).