Environment data
- VS Code version: 1.54.1
- Extension version (available under the Extensions sidebar): v2021.2.582707922
- OS and version: Linux x64 5.11.2-arch1-1
- Python version (& distribution if applicable, e.g. Anaconda): 3.5.10
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): venv
- Relevant/affected Python packages and their versions: pylama-7.7.1, mypy-0.800
- Relevant/affected Python-related VS Code extensions and their versions: pylance-2021.3.0
- Value of the
python.languageServer setting: pylance-2021.3.0
Expected behaviour
See mypy issues reported by pylama in the "Problems" tab.
Actual behaviour
pylama's mypy output is visible in the "Output tab", but not in the "Problems" tab.
Steps to reproduce:

Environment data
python.languageServersetting: pylance-2021.3.0Expected behaviour
See mypy issues reported by pylama in the "Problems" tab.
Actual behaviour
pylama's mypy output is visible in the "Output tab", but not in the "Problems" tab.
Steps to reproduce: