Goz3rr / vscode-glualint

glualint for vscode
https://marketplace.visualstudio.com/items?itemName=goz3rr.vscode-glualint
MIT License
7 stars 4 forks source link

Code consistency, error handling, and reactive settings #19

Closed robotboy655 closed 9 months ago

robotboy655 commented 10 months ago

@Goz3rr Tagging you just in case you miss this.

robotboy655 commented 10 months ago

I have also prepared another Pull Request that improves performance when using the allFiles setting, on Windows at least, for large projects, such as the base GMod code.

https://github.com/robotboy655/vscode-glualint/commit/32e07b48fcb7c609581e6a387354e0f8b8724586

I will post it separately after this gets merged so it's a bit easier for you to see what exactly has changed and to avoid merge conflicts.

It uses glualint's ability to lint multiple files at once as discussed here: https://github.com/FPtje/GLuaFixer/issues/175

Goz3rr commented 9 months ago

👍