diff options
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/settings.json b/settings.json index e344ce4..6c8e019 100644 --- a/settings.json +++ b/settings.json @@ -102,6 +102,14 @@ ] } ], + "fsharp": [ + { + "command": "fsharp-language-server", + "requires": [ + "dotnet" + ] + } + ], "go": [ { "command": "gopls", |