DanielGavin / ols

Language server for Odin
MIT License
382 stars 58 forks source link

files with `ignore` build tag are not ignored #424

Closed thetarnav closed 1 week ago

thetarnav commented 1 week ago

For example this file: odin/core/image/png/example.odin has a file tag: //+build ignore but is still getting parsed and included in completions eg png.main and png.demo are showing up

DanielGavin commented 1 week ago

Should be fixed in rename branch.