You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if executable is dynamic, there is currently no way to alter the file/command resolved by the dynamic regex. This won't work for unix systems that need a proceeding "./" in the command (as the file itself resolved by the dynamic regex does not contain it). Maybe need a new property for dynamic to add to (or alter) resolved executable?
"command": "./${RESOLVED_FILE}"
Where ${RESOLVED_FILE} gets replaced at runtime with the file resolved by the dynamic regex?
The text was updated successfully, but these errors were encountered:
if executable is dynamic, there is currently no way to alter the file/command resolved by the dynamic regex. This won't work for unix systems that need a proceeding "./" in the command (as the file itself resolved by the dynamic regex does not contain it). Maybe need a new property for dynamic to add to (or alter) resolved executable?
Where
${RESOLVED_FILE}
gets replaced at runtime with the file resolved by the dynamic regex?The text was updated successfully, but these errors were encountered: