Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>GLSL LinterNew to Visual Studio Code? Get it now.
GLSL Linter

GLSL Linter

Jacek Wieczorek

|
28,244 installs
| (4) | Free
Provides linting capability for GLSL
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

GLSL Linter for VSCode

GLSL Linter provides linting capability for OpenGL shading language in VSCode.

Requirements

This extension requires external GLSL reference compiler. You can find it here.

Extension Settings

  • glsl-linter.validatorPath - path to the GLSL validator executable
  • glsl-linter.fileExtensions - file extensions along with abbreviated shader stage names (vert, tesc, tese, geom, frag, comp).
  • glsl-linter.validatorArgs - additional arguments for the GLSL validator

Example configuration:

"glsl-linter.validatorPath": "/usr/local/bin/glslangValidator",
"glsl-linter.fileExtensions": {
	".fs.glsl": "frag",
	".vs.glsl": "vert",
	".tes.glsl": "tese",
	".tcs.glsl": "tesc",
	".gs.glsl": "geom"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft