loganch / AutoIt-VSCode

AutoIt Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=Damien.autoit
MIT License
74 stars 25 forks source link

Fix for Goto Definition #206

Closed Danp2 closed 10 months ago

Danp2 commented 10 months ago

Fixes #204

Danp2 commented 10 months ago

To clarify, the use of returnObject as an optional parameter isn't allowed when the function is used in conjunction with array.find. Therefore, I removed the parameter and switched to using a variable to control the return value in searchScript.

loganch commented 10 months ago

Looks good, thanks!

loganch commented 10 months ago

Whoops, lol.