parnic / VSQuickOpenFile

Quickly display a list of files in your solution for opening

Home Page:https://marketplace.visualstudio.com/items?itemName=PerniciousGames.OpenFileInSolution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trying to open txt file causes error and crash

MartinL0815 opened this issue · comments

I wanted to open a txt file, typed in the name and pressed enter.

The result was:

error message trying to open a txt file

Pressing enter a second time caused a crash and VS2019 restarted.

Hmm, I'm not having this issue. I added a txt file to my project and opened it with the extension. If you find any other information about what's required to reproduce this problem, please let me know.

Ah, looks like it happens if a file is added to the solution (as opposed to a project). I'll see what I can do here.

I'm at a bit of a loss on this one. The item in question is a ProjectItem like any other, but calling Open() on it causes it to throw the pictured NotImplementedException. I don't know why that would be or how to call Open on these items.

Got it.