From 47c2cef2a104024ca513d6b9b8c29cd18aaa0bff Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Mon, 16 Nov 2020 21:17:36 +0000 Subject: [PATCH] Use a tag for tclpro to avoid installing every time --- python3/vimspector/gadgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3/vimspector/gadgets.py b/python3/vimspector/gadgets.py index 3682ab0..b024c2d 100644 --- a/python3/vimspector/gadgets.py +++ b/python3/vimspector/gadgets.py @@ -196,7 +196,7 @@ GADGETS = { 'language': 'tcl', 'repo': { 'url': 'https://github.com/puremourning/TclProDebug', - 'ref': 'master' + 'ref': 'v1.0.0' }, 'do': lambda name, root, gadget: installer.InstallTclProDebug( name, root,