Closed abdallahshaban557 closed 2 years ago
Hi @abdallahshaban557, with this new update. if you change the environment, the extension uses a child process. Thank you very much for pointing this out! As for the other commands in the extension. They show a lot of information that I think is useful to the user, but let me know what you think! Thanks for your feedback
Thank you, Poya! Loving this new feature! Closing this request out!
Hi @poyashad ,
It would be great if while using commands from the extension, that a new terminal screen would not be created every single time.
You can see in the source code it uses vscode.window.createTerminal to run the Amplify CLI. Instead maybe you could run the command as a child process of the extension.
Here is a Stackoverflow post with the same issue https://stackoverflow.com/questions/43007267/how-to-run-a-system-command-from-vscode-extension