coc-pyright 1.1.345 → 1.1.347
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/lib/index.js +63 -63
- package/package.json +9 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coc-pyright",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.347",
|
|
4
4
|
"description": "Pyright extension for coc.nvim, static type checker for Python",
|
|
5
5
|
"author": "Heyward Fann <fannheyward@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@types/which": "^3.0.3",
|
|
42
42
|
"@typescript-eslint/eslint-plugin": "^6.13.2",
|
|
43
43
|
"@typescript-eslint/parser": "^6.13.2",
|
|
44
|
-
"@zzzen/pyright-internal": "^1.2.0-dev.
|
|
44
|
+
"@zzzen/pyright-internal": "^1.2.0-dev.20240114",
|
|
45
45
|
"coc.nvim": "^0.0.83-next.18",
|
|
46
46
|
"diff-match-patch": "^1.0.5",
|
|
47
47
|
"esbuild": "^0.19.8",
|
|
@@ -1838,6 +1838,12 @@
|
|
|
1838
1838
|
"default": false,
|
|
1839
1839
|
"description": "Disable the initialization and workdone progress notifications"
|
|
1840
1840
|
},
|
|
1841
|
+
"pyright.disableTaggedHints": {
|
|
1842
|
+
"type": "boolean",
|
|
1843
|
+
"default": false,
|
|
1844
|
+
"description": "Disable hint diagnostics with special hints for grayed-out or strike-through text.",
|
|
1845
|
+
"scope": "resource"
|
|
1846
|
+
},
|
|
1841
1847
|
"pyright.completion.importSupport": {
|
|
1842
1848
|
"type": "boolean",
|
|
1843
1849
|
"default": true,
|
|
@@ -1950,6 +1956,6 @@
|
|
|
1950
1956
|
]
|
|
1951
1957
|
},
|
|
1952
1958
|
"dependencies": {
|
|
1953
|
-
"pyright": "^1.1.
|
|
1959
|
+
"pyright": "^1.1.347"
|
|
1954
1960
|
}
|
|
1955
1961
|
}
|