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
A concise VS Code extension that refreshes Problems diagnostics by loading lintable workspace files on demand.
4
6
5
7
## Features
@@ -68,6 +70,13 @@ Many linters and type checkers in VS Code only analyze open files. This extensio
68
70
69
71
## Installation
70
72
73
+
### From GitHub
74
+
75
+
Download the latest packaged `.vsix` from either:
76
+
77
+
- The latest successful CI run artifact on the [CI workflow](https://github.com/sm18lr88/VS_Code_Check/actions/workflows/ci.yml)
78
+
- A tagged [GitHub release](https://github.com/sm18lr88/VS_Code_Check/releases), when available
79
+
71
80
### From VSIX (Local)
72
81
73
82
1. Download or build the `.vsix` file
@@ -84,6 +93,10 @@ npm run ci
84
93
npm run package
85
94
```
86
95
96
+
## CI/CD
97
+
98
+
GitHub Actions runs on pushes to `master`, pull requests, and version tags. The workflow type-checks, builds, packages the extension into a `.vsix`, and uploads it as a downloadable workflow artifact. Tags named like `v1.1.1` also publish a GitHub Release with the VSIX attached.
0 commit comments