-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Labels
discussionUsed for feature requests, proposals, ideas, etc. Open discussionUsed for feature requests, proposals, ideas, etc. Open discussiongood first issueGood for newcomersGood for newcomershelp-wanted
Description
Feature hasn't been suggested before.
- I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
I see that "fsharp" language files are defined in the Opencode configs *.fs, *.fsx and *.fsi but the F# LSP is not installed by default.
LSP for F# is very simple to setup:
dotnet tool install fsautocomplete -g- Add the following section to the opencode.json:
"lsp": {
"fsharp": {
"command": ["fsautocomplete"],
"extensions": [".fs", ".fsx", ".fsi"]
}
}
...and it works! It would be nice to have this enabled by default in the installation.

Metadata
Metadata
Assignees
Labels
discussionUsed for feature requests, proposals, ideas, etc. Open discussionUsed for feature requests, proposals, ideas, etc. Open discussiongood first issueGood for newcomersGood for newcomershelp-wanted