is it possible to open folder with VSCODE and get all the open terminals in their current locations each time i open the folder?
I will explain , for example I have folder myApplication , and inside that folder i have 3 folders , A , B and C , when i open the "myApplication" with VSCODE i open 3 terminals with WSL, each terminal (CMD or WSL ) is in each folder , one in folder A , another in B and third in C .
I want to click on the "myApplication" folder and choose open with VS and get the same "Workspace" with those 3 terminals that are in each sub folder .
is it possible ?