Question: implementation provider
foozzi opened this issue · 1 comments
foozzi commented
Hi,
I have an error when gi
in .py
file:
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"
}
}
What do I need to do to use that feature?
fannheyward commented
Pyright doesn't provide implementation and foldingRange support.