coc-pyright 1.1.394 → 1.1.398

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/lib/index.js +1372 -1106
  3. package/package.json +4 -4
package/README.md CHANGED
@@ -83,9 +83,9 @@ These configurations are used by `coc-pyright`, you need to set them in your `co
83
83
  | python.sortImports.path | Path to isort script, default using inner version | '' |
84
84
  | python.sortImports.args | Arguments passed to isort | [] |
85
85
  | pyright.server | Custom `pyright-langserver` path | '' |
86
- | pyright.disableCompletion | Disables completion from Pyright | false |
86
+ | pyright.disableCompletion | Disable completion from Pyright | false |
87
87
  | pyright.disableDiagnostics | Disable diagnostics from Pyright | false |
88
- | pyright.disableDocumentation | Disables hover documentation from Pyright | false |
88
+ | pyright.disableDocumentation | Disable hover documentation from Pyright | false |
89
89
  | pyright.disableProgressNotifications | Disable the initialization and workdone progress notifications | false |
90
90
  | pyright.completion.importSupport | Enable `python-import` completion source support | true |
91
91
  | pyright.completion.snippetSupport | Enable completion snippets support | true |