Goz3rr / vscode-glualint

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

Makes it work for me (linux : gentoo) #11

Closed avivi55 closed 1 year ago

avivi55 commented 1 year ago

It didn't work out of the box. Here is what I found that made it work.

It is really basic.

Goz3rr commented 1 year ago

While language identifiers are case sensitive (regardless of OS) in vscode, the guidelines state they should be in lowercase. I feel like the proper fix here is to have whatever extension you're using that adds a "Glua" or "GLua" language ID should be using "glua" instead.

avivi55 commented 1 year ago

ok, thank you. i'll do just that.