How to change current working directory in VS Code?
Let's say, I have a parent folder called apps and inside it I have a child folder called MyBeautifulApp and I opened the apps folder using vscode. What command sould I run on the commandline to not only cd
into MyBeautifulApp but also change the directory so that it seems like I opened MyBeautifulApp using VS Code and did not just cd
into it?