Skip to content

Commit

Permalink
scripts/fsi.bat: fix vs enterprise 2022
Browse files Browse the repository at this point in the history
Co-authored-by: Afshin Arani <[email protected]>
  • Loading branch information
2 people authored and knocte committed Oct 10, 2023
1 parent 0530a1c commit c9d7575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fsi.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SET VS_ROOT=%ProgramFiles%\Microsoft Visual Studio\2022
SET VS_ROOT_OLD=%ProgramFiles(x86)%\Microsoft Visual Studio\2019

SET ENTERPRISE="%VS_ROOT%\Community\Common7\IDE\CommonExtensions\Microsoft\FSharp\Tools\fsi.exe"
SET ENTERPRISE="%VS_ROOT%\Enterprise\Common7\IDE\CommonExtensions\Microsoft\FSharp\Tools\fsi.exe"
SET ENTERPRISE_OLD="%VS_ROOT_OLD%\Enterprise\Common7\IDE\CommonExtensions\Microsoft\FSharp\Tools\fsi.exe"
SET ENTERPRISE_OLD_OLD="%VS_ROOT_OLD%\Enterprise\Common7\IDE\CommonExtensions\Microsoft\FSharp\fsi.exe"

Expand Down

0 comments on commit c9d7575

Please sign in to comment.