Ketho / vscode-wow-api

VS Code extension for World of Warcraft AddOns
https://marketplace.visualstudio.com/items?itemName=ketho.wow-api
MIT License
151 stars 33 forks source link

Support for 10.0.2 #68

Closed ivannpaz closed 1 year ago

ivannpaz commented 1 year ago

Hey @Ketho !

Are there any plans to add support for DF 10.0.2 in line? Or would that need to be done on a different project?

I got the language server and this plugin to work for most things, but still get some warnings regarding certain globals, e.g.:

image

Any help here really appreciated!

Ketho commented 1 year ago

There are plans to support globals and XML frames (#17), but I haven't really motivated myself to do it yet 🙁

My approach would be to check for the vscode warnings and then dynamically add the emmylua definitions so there would be less of a performance hit.

Ketho commented 1 year ago

Should be fixed in the v0.9.1 release