Skip to content

Commit 98fc4b2

Browse files
ubaldotpuremourning
authored andcommitted
Upgraded debugpy to version 1.8.1
1 parent 8fecfde commit 98fc4b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python3/vimspector/gadgets.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@
112112
'url': 'https://github.com/microsoft/debugpy/archive/${file_name}'
113113
},
114114
'all': {
115-
'version': '1.7.0',
116-
'file_name': 'v1.7.0.zip',
115+
'version': '1.8.1',
116+
'file_name': 'v1.8.1.zip',
117117
'checksum':
118-
''
118+
'dd1db7bb110bd78a63c869cbffb5a1799102129d9ac6f79b0490333d6f5f393c'
119119
},
120120
'do': lambda name, root, gadget: installer.InstallDebugpy( name,
121121
root,

0 commit comments

Comments
 (0)