Goz3rr / vscode-glualint

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

Entire document gets nuked if prettyprint_rejectInvalidCode is set to True #6

Closed ExtReMLapin closed 3 years ago

ExtReMLapin commented 3 years ago

The issue is you can make glualint pretty print on saving, but if you got a syntax error it will just fuck up your code, so I decided to disable pretty print on syntax error, but now it just nukes the code (empties the current document)

Goz3rr commented 3 years ago

I've just published version 0.6.0 which should no longer wipe the file if pretty printing fails.