From 54f3afed2fc03e06caba3b9b38dddb16e2416441 Mon Sep 17 00:00:00 2001 From: Daniel Kirchhof Date: Tue, 30 Nov 2021 16:43:27 +0100 Subject: fix(fsautocomplete): changed cmd to executable of newest version (#1518) --- lua/lspconfig/server_configurations/fsautocomplete.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/lspconfig/server_configurations/fsautocomplete.lua b/lua/lspconfig/server_configurations/fsautocomplete.lua index f3f85480..1a1d4c54 100644 --- a/lua/lspconfig/server_configurations/fsautocomplete.lua +++ b/lua/lspconfig/server_configurations/fsautocomplete.lua @@ -2,7 +2,7 @@ local util = require 'lspconfig.util' return { default_config = { - cmd = { 'dotnet', 'fsautocomplete', '--background-service-enabled' }, + cmd = { 'fsautocomplete', '--background-service-enabled' }, root_dir = util.root_pattern('*.sln', '*.fsproj', '.git'), filetypes = { 'fsharp' }, init_options = { -- cgit v1.2.3-70-g09d2