Releases: sm18lr88/VS_Code_Check
Releases · sm18lr88/VS_Code_Check
VS Code Check v1.1.1
VS Code Check 1.1.1
This patch release updates the extension icon artwork.
Highlights:
- Replaces the checkmark inside the code brackets with a question mark.
- Changes the underline accent from a straight line to a squiggly diagnostic-style underline.
- Keeps local screenshot files out of packaged VSIX artifacts.
Install the attached .vsix file in VS Code with Extensions: Install from VSIX....
VS Code Check v1.1.0
VS Code Check 1.1.0
This release renames the extension to VS Code Check and makes the status bar action concise as Code Check.
Highlights:
- Loads lintable files to refresh VS Code Problems diagnostics without opening visible editor tabs.
- Fixes workspace-relative exclusion handling so projects inside folders like
tempare no longer skipped entirely. - Uses explicit source/build/dependency filtering instead of applying broad
.gitignorerules during discovery, so allowlisted projects are not accidentally reduced to zero files. - Recognizes case-insensitive extensions plus common extensionless build files like
Dockerfile,Makefile, andCMakeLists.txt. - Keeps build, dependency, cache, and agent workspace folders out of diagnostic scans.
- Adds GitHub Actions validation and release packaging for the VSIX artifact.
Install the attached .vsix file in VS Code with Extensions: Install from VSIX....