actions
actions copied to clipboard
Starting the action server through the wrapper is too slow
What is wrong
When called from the (go) wrapper, action server is slower than it should be.
In my tests, a simple action-server version takes around 0.12s to 0.17s when called directly and from the go wrapper it seems to take around 0.4s to 1.2 s, which seems excessively slow.
My guess is that this is because the version check is blocking the actual start of the program -- if that's the case we should have a way to skip such checks (when it's embedded in places such as ACE or VSCode that check shouldn't be done at all).
System info
Windows 11
Example script
No response