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

Replace `basic` and remove `os`, `debug`, `io`, `package` modules #151

Closed Ketho closed 3 months ago

Ketho commented 3 months ago

WoW does not have the os, debug, io, package modules.

Replace basic module as it has slight differences with the WoW environment.

I'm considering setting the Lua runtime to 5.1 in workspace settings, but there needs to be better detection for WoW addons or a way to manually activate the extension.