Explorar el Código

appreantly omnisharp has changed (#1136)

Abouzar Parvan hace 4 años
padre
commit
4b8b2b3f71
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      lua/default-config.lua

+ 3 - 1
lua/default-config.lua

@@ -128,7 +128,9 @@ lvim.lang = {
       setup = {
         cmd = {
           DATA_PATH .. "/lspinstall/csharp/omnisharp/run",
-          "--stdio",
+          "--languageserver",
+          "--hostPID",
+          tostring(vim.fn.getpid()),
         },
         on_attach = common_on_attach,
         capabilities = common_capabilities,