Coder Social home page Coder Social logo

alm-rangers / folder-management-extension Goto Github PK

View Code? Open in Web Editor NEW
23.0 23.0 29.0 3.85 MB

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

Home Page: https://marketplace.visualstudio.com/items?itemName=ms-devlabs.FolderManagement&utm_roundup=github

License: Other

CSS 0.35% HTML 0.95% TypeScript 5.36% JavaScript 93.34%

folder-management-extension's People

Contributors

abelsquidheadignite2019 avatar abelsquidheadready2019 avatar anipind avatar jeffrey-opdam avatar wouterdekort avatar wpschaub avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

folder-management-extension's Issues

Installation Failed

Hi there,

I've tried to install the extension but got a Failed Installation message:

The installation was unable to install the extension to all the select products. For more information, click on the install log at the bottom of the dialog. This extension is not available on any current installed products.

The log shows the following info:

3/28/2017 4:43:01 AM - Searching for applicable products...
3/28/2017 4:43:01 AM - Found installed product - Microsoft Visual Studio 2010 Shell - Integrated Mode
3/28/2017 4:43:01 AM - Found installed product - Microsoft Visual Studio Community 2015
3/28/2017 4:43:01 AM - Found installed product - Microsoft Visual Studio 2015 Shell (Integrated)
3/28/2017 4:43:01 AM - Found installed product - Global Location
3/28/2017 4:43:01 AM - Found installed product - ssms
3/28/2017 4:43:01 AM - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.

However Team Foundation Server 2015 Update 3 is installed on the server.

Any thoughts?

Hardcoded VS version

The build won't work if VS 2013 is not installed.

<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>

Update extension icon

Please update your extenion's icon with the provided icon from the Microsoft design team.

market_foldermanagement_128x

Also remove any "branding" attributes (i..e. use the default gray brand color).

Adding a folder under a file is available as an option

This picture should sum it up:
image

The extension makes this request to the pushes REST endpoint:

{
	"refUpdates": [{
		"name": "refs/heads/master",
		"oldObjectId": "01f4dcffdf4b0645862f659e94b94aea214fc324"
	}],
	"commits": [{
		"comment": "Added new folder",
		"changes": [{
			"changeType": "add",
			"item": {
				"path": "/test/_placeHolderFile.md/NewFolder/_placeHolderFile.md"
			},
			"newContent": {
				"content": "Git placeholder file",
				"contentType": "rawtext"
			}
		}]
	}]
}

which gets this (snipped) response:

{
	"message": "The path actions supplied tried to change the type of a blob to a tree, which is not supported.\r\nParameter name: newPush",
	"typeKey": "InvalidArgumentValueException",
}

Which makes sense - you can't add a tree under a blob :)

On Prem TFS 2015 U3 Support

I would really like to use this at my organization but they are refusing to update from on prem 2015 U3 to U4. Is there anyway I can download a version compatible with U3? or what has changed that it is now not compatible with U3? Looking at previous reviews it appears to have worked with U3 in the past.

Drag/Drop

Do you know if there is a way to drag/drop a folder/file tree? So I don't have to create each individual folder?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.