mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
feat(dotnet): support fsharp
This commit is contained in:
parent
5055dfc84a
commit
8343e9aee5
|
@ -27,7 +27,7 @@ func (d *dotnet) init(props *properties, env environmentInfo) {
|
|||
d.language = &language{
|
||||
env: env,
|
||||
props: props,
|
||||
extensions: []string{"*.cs", "*.vb", "*.sln", "*.csproj", "*.vbproj"},
|
||||
extensions: []string{"*.cs", "*.csx", "*.vb", "*.sln", "*.csproj", "*.vbproj", "*.fs", "*.fsx", "*.fsproj"},
|
||||
commands: []*cmd{
|
||||
{
|
||||
executable: "dotnet",
|
||||
|
|
Loading…
Reference in a new issue