geddski / macros

macros support for VS Code
MIT License
165 stars 36 forks source link

Not Executing sortLines Commands #68

Open AYColumbia opened 7 months ago

AYColumbia commented 7 months ago

Hi, I had version 1.0.0 (from here: https://github.com/ctf0/macros) installed and it works fine by executing the sortLines extension commands.

After noticing an updated version of macros (1.2.1) I updated it but it's not working with sortLines. For now I reverted back to 1.0.0 but wanted to report the issue as I hope you can fix. I'd rather be using your latest version of macros too. :)

With v1.0.0 of macros, I just call the command, sortLines.sortLinesNatural, directly like below example:

...
    "closeFindWidget",
    {
        "command": "$delay", "args": { "delay": 20}
    },
    "sortLines.sortLinesNatural"
...

Thank you and let me know if you need any other info.