coc-pyright 1.1.336 → 1.1.337
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/lib/index.js +89 -114015
- package/package.json +19 -17
package/README.md
CHANGED
|
@@ -92,6 +92,7 @@ These configurations are used by `coc-pyright`, you need to set them in your `co
|
|
|
92
92
|
| pyright.organizeimports.provider | Organize imports provider, `pyright`, `ruff` or `isort` | pyright |
|
|
93
93
|
| pyright.inlayHints.functionReturnTypes | Enable inlay hints for function return types | true |
|
|
94
94
|
| pyright.inlayHints.variableTypes | Enable inlay hints for variable types | true |
|
|
95
|
+
| pyright.inlayHints.parameterTypes | Enable inlay hints for parameter types | true |
|
|
95
96
|
| pyright.testing.provider | Provider for testing, supports `unittest` and `pytest` | unittest |
|
|
96
97
|
| pyright.testing.unittestArgs | Arguments passed to unittest | [] |
|
|
97
98
|
| pyright.testing.pytestArgs | Arguments passed to pytest | [] |
|