When FSI starts, it states it's version, for example:
Microsoft (R) F# Interactive version 12.0.4.0 for F# 6.0
Copyright (c) Microsoft Corporation. All Rights Reserved.
For help type #help;;
It would be nice to have a directive #version that would render the same information, plus basic details:
- Path where am I loaded from?
- Am I running on 64 or 32?
- Am I running on .NET Core scripting or not?
My computer has many VS versions, dotnet versions, and fsi.exe:s. It would be nice to see from IDE (VS, VSCode, ...) that what have they actually loaded.
When FSI starts, it states it's version, for example:
It would be nice to have a directive
#versionthat would render the same information, plus basic details:My computer has many VS versions, dotnet versions, and fsi.exe:s. It would be nice to see from IDE (VS, VSCode, ...) that what have they actually loaded.