NuGetReferenceSwitcher icon indicating copy to clipboard operation
NuGetReferenceSwitcher copied to clipboard

FSharp support

Open haraldsteinlechner opened this issue 10 years ago • 2 comments

Hi,

i just added *.fsproj to the open project dialog in order to support fsharp projects. unfortunately i got a null exception (in a message box) when trying to switch to projects in my rather big project.

Should FSharp support be as simple as this? Do you have any tips how i can debug the vsx in order to add proper fsharp support?

haraldsteinlechner avatar Jun 10 '15 09:06 haraldsteinlechner

This SO page explains how to debug the extensions: http://stackoverflow.com/questions/9281662/how-to-debug-visual-studio-extensions

RicoSuter avatar Jun 10 '15 14:06 RicoSuter

Could you start the extension with debugger attached?

RicoSuter avatar Jun 15 '15 07:06 RicoSuter