dotnet / fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
https://dotnet.microsoft.com/languages/fsharp
MIT License
3.88k stars 783 forks source link

Starting VisualFSharpFull does not find `devenv.exe` anymore #17164

Closed abelbraaksma closed 4 months ago

abelbraaksma commented 4 months ago

Granted, it has been a while that I needed this, but Ctrl-F5 with the selected target to VisualFSharpFull tries to start everything of F# (language services, compiler, fsi, coloring etc) in a new instance of Visual Studio.

However, it does not find devenv.exe (surprisingly so, as it is currently running, lol).

image

Does anybody know where/how the build system tries to find the instance of devenv.exe to start for a run or debug session?

Latest Preview VS and latest preview SDK's are installed.

abelbraaksma commented 4 months ago

Nvm. This just needed to have configuration set to Release (as opposed to the default Debug), otherwise it doesn't want to play ball:

image