lang/csharp: -Remove old bindings

These bindings use older omnisharp functions that no longer work. Should
be replaced by new omnisharp functions
This commit is contained in:
oreodave 2019-08-23 21:48:58 +01:00
parent 6c734ab039
commit da0f3afb12

View file

@ -52,9 +52,6 @@
"ti" #'omnisharp-current-type-information
"td" #'omnisharp-current-type-documentation)
(:prefix "t"
"r" (λ! (omnisharp-unit-test "fixture"))
"s" (λ! (omnisharp-unit-test "single"))
"a" (λ! (omnisharp-unit-test "all")))))
(when (featurep! +unity)