fannheyward/coc-pyright

Disable "reportGeneralTypeIssues"

foozzi opened this issue · 3 comments

foozzi commented

coc-pyright 1.1.336 with Pyright 1.1.336
Снимок экрана 2023-11-16 в 22 23 18

What's the issue/problem?

foozzi commented

What's the issue/problem?

There is no issue.
How to disable that message?

  "python.analysis.diagnosticSeverityOverrides": {
    "reportGeneralTypeIssues": "none"
  },