Please add support of terminal commands. I meen not creating files/folders but run any terminal command. somthing like this:
"folderTemplates.structures": [
{
"name": "My Custom Commands",
"customVariables": [
"CustomVar",
"CustomVar2"
],
"command": echo hello $CustomVar and $CustomVar2
}
It would also be better if we had a folderTemplates extension icon in the taskbar, to run commands from the project root or even if no folder is open in VSCode yet.
P.S. There are several command executors, but I have tested them all. they are either abandoned or buggy and have poor support.
Please add support of terminal commands. I meen not creating files/folders but run any terminal command. somthing like this:
It would also be better if we had a
folderTemplatesextension icon in the taskbar, to run commands from the project root or even if no folder is open in VSCode yet.P.S. There are several command executors, but I have tested them all. they are either abandoned or buggy and have poor support.