Skip to content

Commit

Permalink
docs: update server_configurations.md
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions committed Nov 30, 2021
1 parent 54f3afe commit 4569e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/server_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,7 @@ require'lspconfig'.fsautocomplete.setup{}
Commands:

Default Values:
cmd = { "dotnet", "fsautocomplete", "--background-service-enabled" }
cmd = { "fsautocomplete", "--background-service-enabled" }
filetypes = { "fsharp" }
init_options = {
AutomaticWorkspaceInit = true
Expand Down
2 changes: 1 addition & 1 deletion doc/server_configurations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,7 @@ require'lspconfig'.fsautocomplete.setup{}
Commands:

Default Values:
cmd = { "dotnet", "fsautocomplete", "--background-service-enabled" }
cmd = { "fsautocomplete", "--background-service-enabled" }
filetypes = { "fsharp" }
init_options = {
AutomaticWorkspaceInit = true
Expand Down

0 comments on commit 4569e14

Please sign in to comment.