Open your favorite Terminal (again, we will assume Bash here). Create a new folder called hello-world:
$ mkdir hello-world
After the previous command, you can go into the newly created folder:
$ cd hello-world
Now open VS Code in the current folder using the code . command.