diff options
| author | William Boman <william@redwill.se> | 2025-05-19 07:57:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-19 07:57:30 +0200 |
| commit | c5fba52548ff0722ffef127b0859d761a8118099 (patch) | |
| tree | 4f9794f145c20548abffe8578066dbe588517980 | |
| parent | perf: host pre-compiled filetype mappings (#555) (diff) | |
| download | mason-lspconfig-c5fba52548ff0722ffef127b0859d761a8118099.tar mason-lspconfig-c5fba52548ff0722ffef127b0859d761a8118099.tar.gz mason-lspconfig-c5fba52548ff0722ffef127b0859d761a8118099.tar.bz2 mason-lspconfig-c5fba52548ff0722ffef127b0859d761a8118099.tar.lz mason-lspconfig-c5fba52548ff0722ffef127b0859d761a8118099.tar.xz mason-lspconfig-c5fba52548ff0722ffef127b0859d761a8118099.tar.zst mason-lspconfig-c5fba52548ff0722ffef127b0859d761a8118099.zip | |
fix: remove omnisharp configuration (#556)
| -rw-r--r-- | lua/mason-lspconfig/lsp/omnisharp.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lua/mason-lspconfig/lsp/omnisharp.lua b/lua/mason-lspconfig/lsp/omnisharp.lua deleted file mode 100644 index 2c70c6b..0000000 --- a/lua/mason-lspconfig/lsp/omnisharp.lua +++ /dev/null @@ -1,12 +0,0 @@ -return { - cmd = { - "omnisharp", - "-z", -- https://github.com/OmniSharp/omnisharp-vscode/pull/4300 - "--hostPID", - tostring(vim.fn.getpid()), - "DotNet:enablePackageRestore=false", - "--encoding", - "utf-8", - "--languageserver", - }, -} |
