pi-vscode-sr 1.4.0 → 1.4.2

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
@@ -24,6 +24,12 @@ You can also approve/reject from the diff tab.
24
24
 
25
25
  ## 📦 Installation
26
26
 
27
+ > [!IMPORTANT]
28
+ > Add into `.gitignore` file
29
+ > - .pi/review-requests/
30
+ > - .pi/review-results/
31
+ > - .pi/tmp/
32
+
27
33
  ### 1. Pi Extension
28
34
 
29
35
  ```bash
package/images/logo.psd CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-vscode-sr",
3
- "version": "1.4.0",
3
+ "version": "1.4.2",
4
4
  "description": "Code diff assistant for VS Code.",
5
5
  "license": "MIT",
6
6
  "author": "Serhioromano",