mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Do not hardcode the ptvsd version.
This commit is contained in:
parent
fba3fd0e91
commit
2b410e263e
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ class LifecycleTests(TestsBase, unittest.TestCase):
|
|||
'body': {
|
||||
'output': 'ptvsd',
|
||||
'data': {
|
||||
'version': '4.0.0a5',
|
||||
'version': ptvsd.__version__,
|
||||
},
|
||||
'category': 'telemetry',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue