Easily and quickly create new folders in Code Explorer through the Web Access for TFVC and Git.
Previously you could only create new files from web access. To add a folder, you would need to use your local Git or TFVC repository. This meant that people who aren’t comfortable using Git or Visual Studio, could not add a folder. This extension helps solve that problem.
- Clone this repo
- Browse to the folder of the extension
- Publish the contents of the extension to a local or cloud web server
- The root of the extension should be at the root of the web server, for example: https://myserver/images/fabrikam-logo.png
- Update the extension manifest file (extension.json). To do this, update the namespace field to a globally unique value. For example: johnsmith.samples.foldermanagement. Also, update the baseUri field to be the fully qualified URL to the root of your web server, for example: https://myserver
- Install the extension into your Visual Studio Online account
- Navigate to https://youraccount.visualstudio.com/_admin/_ext (replace your account with your real account name)
- Click Install and browse to your manifest file, for example extension.json
- Click OK
Check out Wouter de Kort's blog post here, where he walks through the process and how it works.
The Visual Studio ALM Rangers provide professional guidance, practical experience and gap-filling solutions to the ALM community. Visit aka.ms/vsarblog to find out more. |