Setting up a dev env using this article:
https://ax.help.dynamics.com/en/wiki/using-development-tools-in-ax7/#_Create_a_Visual
After creating the Team project, you are supposed to do this: (from the article)
"If you are not migrating code and are starting from scratch, create a similar folder structure on the server in your team project before you start development."
However, nowhere in TFS (Online, not on prem) it allows me to create folders.
The only way I've been able to get it to match is by first mapping a local folder to the workspace (using a local VS instance), then using the (local) source control explorer to create the folders. Then disconnect the workspace and manually map the folders individually.
I'm thinking there must be an easier way?