Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add New Item to Visual F# project has an incorrect tree structure #282

Closed
KevinRansom opened this issue Feb 28, 2015 · 8 comments
Closed
Labels
Milestone

Comments

@KevinRansom
Copy link
Member

Decription:
When adding an item to an F# project the Item selector displays an incorrect tree structure Picture below.

The tree is:
Visual F# Items
Code
Visual F# Items
Code
Data
General

Clearly the first Visual F# Items and code are incorrect.

Repro:

  1. Start VS2015
  2. Add new F# Library Project
  3. In solution explorer window select Add new item

bug

Note: I am confident the fix will not be in the open part of the codebase, reporting here to avoid dupes.

Twitter: @codecutterman

@latkin
Copy link
Contributor

latkin commented Mar 2, 2015

I do not repro using an internal VS drop from last week, or with VS 2015 preview. Does anyone else see this?

@latkin
Copy link
Contributor

latkin commented Mar 4, 2015

Does not repro for me with fresh install of VS 2015 CTP6 + latest F# package.

Per our hallway convo - I wonder if this is due to EnableOpenSource installation/development on your box? Maybe a tree path got horked while you were debugging that guy.

@KevinRansom
Copy link
Member Author

I agree it was likely a configuration issue

@bentayloruk
Copy link

I have just had the same issue with VS 2015 RC. It is wrong in 2015 RC and correct in 2013. As the following images demonstrate. Is there anything I can do to help figure this out, or is it likely I've done something rogue! 😄

VS 2015 RC

screen shot 2015-05-07 at 10 02 23

VS 2013

screen shot 2015-05-07 at 10 05 49

@PatrickMcDonald
Copy link
Contributor

Here's what my 2013 dialog looks like if that helps (So just the extra Code node from Kevin's screenshot is different):

image

I think the Extensibility node is from SideWaffle, and the Web node is from dmohl's addon

@isaacabraham
Copy link
Contributor

Bizarre, I just checked and have the same SQL stuff showing in the Visual F# Items bit (if you drill down, it's located in Data).

I did upgrade from CTP4 or 5 to the RC - maybe this is something left over from then.

@latkin
Copy link
Contributor

latkin commented May 7, 2015

Yeah I am actually seeing this now, too, after installing RC.

@latkin
Copy link
Contributor

latkin commented Jun 12, 2015

This bug just won't go away...

Right now, F# "new item" dialog looks correct with the default set of extensions that come with VS. However there appears to be some VS platform issue (or maybe setup bug on our side) whereby installing/uninstalling other extensions can cause our root node to disappear.

I have confirmation from our team and the VS platform team that it's too late to make further changes for this, so we will live with it for now. I have a lead on a proper fix, will look at that for vNext.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants