From bc137f10fb6c04190cd91267abc202d4b6c80a6c Mon Sep 17 00:00:00 2001 From: Code-DJ <8212554+Code-DJ@users.noreply.github.com> Date: Tue, 9 Nov 2021 11:07:27 -0600 Subject: [PATCH] Update plugin.py - bump omnisharp to 1.37.17 --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index dee1470..be692f5 100644 --- a/plugin.py +++ b/plugin.py @@ -13,7 +13,7 @@ from LSP.plugin.core.views import range_to_region # TODO: not public API :( import sublime -VERSION = "1.37.15" +VERSION = "1.37.17" URL = "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v{}/omnisharp-{}.zip" # noqa: E501