~omnisharp-server-executable

~/bin/omnisharp/run -> ~/bin/omnisharp-roslyn/run
This commit is contained in:
AChavali
2019-12-30 14:51:08 +00:00
parent 57e48da0b7
commit 59e4dbcee9

View File

@@ -278,7 +278,7 @@ Emacs doesn't have the full range of styles that I want, so lemme just do it mys
** CSharp ** CSharp
#+BEGIN_SRC elisp #+BEGIN_SRC elisp
(after! csharp-mode (after! csharp-mode
(setq omnisharp-server-executable-path "~/bin/omnisharp/run") (setq omnisharp-server-executable-path "~/bin/omnisharp-roslyn/run")
(defun oreodave/csharp/get-unit-test-in-project () (defun oreodave/csharp/get-unit-test-in-project ()
"Unit test anywhere using CTags or ETags and C#" "Unit test anywhere using CTags or ETags and C#"
(interactive) (interactive)