From ea73d99fce5208c3166f21c69c4b9b8ae4e2017d Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Sat, 7 Jan 2023 23:48:04 +0100 Subject: [PATCH] docs: fsautocomplete config - remove redundant argument (#2165) --- docs/src/language_servers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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