Skip to content

Commit

Permalink
docs: fsautocomplete config - remove redundant argument (#2165)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShalokShalom authored Jan 7, 2023
1 parent f726c90 commit ea73d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/language_servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Follow installation instructions on [LSP-elm](https://github.com/sublimelsp/LSP-
"clients": {
"fsautocomplete": {
"enabled": true,
"command": ["fsautocomplete", "--background-service-enabled"],
"command": ["fsautocomplete"],
"selector": "source.fsharp",
"initializationOptions": {
"AutomaticWorkspaceInit": true
Expand Down

0 comments on commit ea73d99

Please sign in to comment.