Skip to content

Releases: sm18lr88/VS_Code_Check

VS Code Check v1.1.1

12 May 19:06

Choose a tag to compare

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

12 May 18:11

Choose a tag to compare

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 temp are no longer skipped entirely.
  • Uses explicit source/build/dependency filtering instead of applying broad .gitignore rules during discovery, so allowlisted projects are not accidentally reduced to zero files.
  • Recognizes case-insensitive extensions plus common extensionless build files like Dockerfile, Makefile, and CMakeLists.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....