FuPeiJiang / VD.ahk

Windows Virtual Desktop, AutoHotkey, Windows 11 support, Windows Server 2022, switch desktop, move window(wintitle) to current desktop; createDesktop, PinWindow, getCount, getDesktopNumOfWindow -> mute all windows in Virtual Desktop
MIT License
319 stars 45 forks source link

v2_port still uses %var% which gets flagged as an error by the VS Code ahk2 linter #31

Closed tomkahn closed 1 year ago

tomkahn commented 1 year ago

Talking about this linter.

For example:

OnMessage(MsgNum, %VD.ShellMessage%.bind(this))

Thank you for this great library, @FuPeiJiang ! 🙏

FuPeiJiang commented 1 year ago

@tomkahn should be fixed now, there were many mistakes on my part, other than this %VD.ShellMessage%