Skip to content

WALLOUD/VSO-Extension-FolderManagement

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSO Extension - Folder Management

What

Easily and quickly create new folders in Code Explorer through the Web Access for TFVC and Git.

Why

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.

Steps

  1. Clone this repo
  2. Browse to the folder of the extension
  3. Publish the contents of the extension to a local or cloud web server
  4. The root of the extension should be at the root of the web server, for example: https://myserver/images/fabrikam-logo.png
  5. 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
  6. Install the extension into your Visual Studio Team Services account (see https://www.visualstudio.com/en-us/integrate/extensions/publish/overview)

Find out more

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.

###Contribute Contributions to Print Cards are welcome. Here is how you can contribute to Print Cards:

  • Submit bugs and help us verify fixes
  • Submit pull requests for bug fixes and features and discuss existing proposals

Please refer to Contribution guidelines and the Code of Conduct for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.9%
  • TypeScript 14.8%
  • HTML 2.4%
  • CSS 0.9%