daveoftheparty / speedy-moq

Generate boilerplate code for Moq in C#
MIT License
1 stars 0 forks source link

Contributor QOL: Terminals #62

Open daveoftheparty opened 1 year ago

daveoftheparty commented 1 year ago

multi terminals

It would be nice to open the folder speedy-moq and be presented with the following terminals:

It would also be nice if I didn't have to rely on an extension.

resources

Some resources I've found so far on the topic: This SO answer gives links to an extension that seems promising: https://stackoverflow.com/a/61787402 The extension mentioned: https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-terminals

dox

I'm not sure these will give me exactly what I want; I should be able to open specific terminals with this information, but, in a quick test, I also got the default powershell terminal with history restored. There seems to be an issue with restoring history from the 3 open terminals I want, and if I close the folder or open another folder in VSCode and then open the speedy-moq folder again, I lose my multi-terminal setup.

May have to just live with opening the three terminals without history, which would probably be ok. This VS Code doc: https://code.visualstudio.com/docs/terminal/basics#_automating-terminals-with-tasks Schema for tasks.json: https://code.visualstudio.com/docs/editor/tasks-appendix