Hey @PhilippW ,
When you run shopify create project , a new folder will be created in the current directory.
For example:
$ shopify create project my-app *(creates and changes into the my-app directory)*
$ code . *(opens the current directory in VS code)*