fannheyward/coc-pyright

Question: implementation provider

foozzi opened this issue · 1 comments

foozzi commented

Hi,
I have an error when gi in .py file:
Снимок экрана 2023-11-22 в 19 17 20

my coc-settings.json:

{
    "python.linting.ruffEnabled": true,
    "python.linting.mypyEnabled": true,
    "pyright.organizeimports.provider": "ruff",
    "python.formatting.provider": "ruff",
    "pyright.inlayHints.variableTypes": false,
    "pyright.inlayHints.functionReturnTypes": false,
    "python.analysis.diagnosticSeverityOverrides": {
        "reportGeneralTypeIssues": "warning",
        "reportOptionalMemberAccess": "warning"
    }
}

and
Снимок экрана 2023-11-22 в 19 49 28

What do I need to do to use that feature?

Pyright doesn't provide implementation and foldingRange support.