Hey there,
Say I have the following command in my package.json scripts:
"sayHello": "ttab echo hello",
And I run npm run sayHello from the vscode integrated terminal. Is there a way to have it so that the new terminal that is created is created within the integrated terminal instead of from (in my case) the default mac terminal application?
Thanks very much!
Thomas
Hey there,
Say I have the following command in my package.json scripts:
And I run
npm run sayHellofrom the vscode integrated terminal. Is there a way to have it so that the new terminal that is created is created within the integrated terminal instead of from (in my case) the default mac terminal application?Thanks very much!
Thomas