fsharp icon indicating copy to clipboard operation
fsharp copied to clipboard

VS: Installing custom built vsix does not update the tools

Open majocha opened this issue 2 months ago • 1 comments

Build and install VisualFSharpDebug.vsix

VS still uses compiler exe from C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\CommonExtensions\Microsoft\FSharp\Tools

which is now older than the FCS it has.

majocha avatar Nov 12 '25 18:11 majocha

Installation should not override the path, since you want to keep the ability to rollback a local .vsix. But the .props/.targets could be done in a way to detect custom .vsix and redirect to a locally built artifacts folder perhaps.

T-Gro avatar Nov 13 '25 12:11 T-Gro