coc-pyright 1.1.310 → 1.1.315
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 +2 -0
- package/lib/index.js +1436 -942
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -57,6 +57,8 @@ These configurations are used by `coc-pyright`, you need to set them in your `co
|
|
|
57
57
|
| python.formatting.provider | Provider for formatting | autopep8 |
|
|
58
58
|
| python.formatting.blackPath | Custom path to black | black |
|
|
59
59
|
| python.formatting.blackArgs | Arguments passed to black | [] |
|
|
60
|
+
| python.formatting.darkerPath | Custom path to darker | darker |
|
|
61
|
+
| python.formatting.darkerArgs | Arguments passed to darker | [] |
|
|
60
62
|
| python.formatting.pyinkPath | Custom path to pyink | pyink |
|
|
61
63
|
| python.formatting.pyinkArgs | Arguments passed to pyink | [] |
|
|
62
64
|
| python.formatting.blackdPath | Custom path to blackd | blackd |
|