From b74e59df6ed9c60a08c8570ff28b811af88cfd0e Mon Sep 17 00:00:00 2001 From: Jakub Date: Tue, 18 Nov 2025 13:05:32 +0800 Subject: [PATCH] Langserver not real --- workflows/csharp-custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/csharp-custom.el b/workflows/csharp-custom.el index ce3d083..706efe0 100644 --- a/workflows/csharp-custom.el +++ b/workflows/csharp-custom.el @@ -32,7 +32,7 @@ (add-hook 'csharp-mode-hook #'eglot-ensure) (add-hook 'csharp-ts-mode-hook #'eglot-ensure)) -(when (executable-find "bicep-langserver") +(when (executable-find "bicep") (use-package bicep-mode :straight (bicep-mode :type git :host github :repo "christiaan-janssen/bicep-mode") :hook (bicep-mode . eglot-ensure)