diff --git a/docs/src/language_servers.md b/docs/src/language_servers.md index 11de48898..b150ae640 100644 --- a/docs/src/language_servers.md +++ b/docs/src/language_servers.md @@ -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