coc-pyright 1.1.339 → 1.1.342

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 CHANGED
@@ -18,7 +18,7 @@
18
18
  - extract method and variables with `rope`
19
19
 
20
20
  <!-- markdownlint-disable-next-line -->
21
- <img width="906" alt="10" src="https://user-images.githubusercontent.com/345274/189342412-c80fc8a9-c3d7-4a8b-bbfc-75e5cbddb9a7.png">
21
+ <img width="1173" alt="image" src="https://github.com/fannheyward/coc-pyright/assets/345274/eb1230ec-26d0-4c2f-9b13-d6462e064559">
22
22
 
23
23
  ## Install
24
24
 
package/justfile ADDED
@@ -0,0 +1,14 @@
1
+ build:
2
+ node esbuild.mjs
3
+
4
+ install:
5
+ npm install
6
+
7
+ lint:
8
+ npm run lint
9
+
10
+ watch:
11
+ node esbuild.mjs --watch
12
+
13
+ clean:
14
+ rm -rf ./node_modules ./lib