You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Blinter integrates the Python-based Blinter linter into the IDE's **Run & Debug*
13
13
14
14
## Requirements (Prerequisites)
15
15
16
+
-**Windows OS** (required). Blinter specifically targets Windows batch scripting.
16
17
-**Python 3.10+** installed and accessible on the system PATH, or configured via `blinter.pythonPath`.
17
18
-**Blinter** installed via pip:
18
19
```
@@ -26,7 +27,7 @@ Blinter integrates the Python-based Blinter linter into the IDE's **Run & Debug*
26
27
If you are cloning this repository for development, you must pull the core Blinter linter sources into the `vendor/` folder (which is ignored by Git to keep the repository size manageable).
27
28
28
29
1. Execute the `setup-vendor.bat` script located at the repository root.
29
-
2. This script downloads and extracts the validated version of the core linter into `vendor/Blinter`.
30
+
2. This script downloads and extracts the validated version of the core linter (**v1.0.112 @ 3564f35**) into `vendor/Blinter`.
30
31
31
32
> [!NOTE]
32
33
> The extension package (`.vsix`) automatically includes these sources, so regular users do not need to perform this setup.
Copy file name to clipboardExpand all lines: package.json
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,11 @@
3
3
"version": "1.12.25103",
4
4
"publisher": "14ag",
5
5
"icon": "icons/blinter-logo.png",
6
-
"description": "A powerful linter for Windows Batch files with real-time feedback and quick fixes (Core v1.0.112)",
6
+
"description": "A powerful linter for Windows Batch files with real-time feedback and quick fixes (Core v1.0.112 @ 3564f35). Only supports Windows OS.",
0 commit comments