Open dankolesnikov opened 3 years ago
Here is a loom: https://www.loom.com/share/062fa7896f644cbf8e5075d95ea4594b
My config:
{ "autorun": true, "autokill": true, "terminals": [ { "name": "front", "description": "front end - brooklyn", "icon": "eye", "commands": ["front", "start"] } ] }
When executing, command front becomes ront with f removed. Fixed by adding another f to the front command. Very weird. Can someone please take a look?
front
ront
f
Here is a loom: https://www.loom.com/share/062fa7896f644cbf8e5075d95ea4594b
My config:
When executing, command
front
becomesront
with f removed. Fixed by adding anotherf
to thefront
command. Very weird. Can someone please take a look?