Jacajack / vscode-glsl-linter

GLSL linter for Code
5 stars 1 forks source link

Validation only runs on save #6

Open timuric opened 1 year ago

timuric commented 1 year ago

linter: v1.2.0 glslang: 12.1.0 vscode: 1.77.3

Jacajack commented 1 year ago

Thanks for the improvement proposal and sorry for my late response. Currently the linter only runs when you open/save a file by design:

https://github.com/Jacajack/vscode-glsl-linter/blob/23c85bee61a42c9c2ce3241dbb591446208ba018/src/extension.ts#L233-L235

At this moment I'm not committed to adding new features to this extension. If you like, you can open a pull request with this enhancement - I'd be more than happy to accept it.