Rob Anderson
Rob Anderson
These appear to be 2 separate issues. I'll address the first part (new whisper chat) in a PR here shortly. Consider creating a second bug for the other piece (moving...
Ok, this can probably be closed. I looked through the code and found that `wowApi.luals.frameXML` was an option, so I added that and removed dev mode from my config and...
@Ketho makes sense! Where did you assume users would look at the options? In the settings UI in VSCode? I want to make sure I'm looking in the right places...
Fixes #57
I'm doing this while waiting for the official release: ```yaml - uses: lewis6991/gh-actions-lua@01aab24c4de9555717b685f9b142a2abbe12ef14 with: luaVersion: 5.3.5 ``` Works like a charm, thanks @lewis6991 !
Turns out actions/toolkit repo didn't publish a 3.4.x version, so it has to be ^4.0.0 PR incoming EDIT: someone already got it 😄