Skip to content

Commit f90bc8a

Browse files
authored
Merge pull request #854 from ubaldot/master
Upgraded debugpy to version 1.8.1
2 parents 8fecfde + a92c9a2 commit f90bc8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python3/vimspector/gadgets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
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':
118118
''
119119
},

0 commit comments

Comments
 (0)