Upgrade python gadget
This commit is contained in:
parent
e80c874e3b
commit
c9138c465b
1 changed files with 10 additions and 2 deletions
|
|
@ -80,9 +80,17 @@ GADGETS = {
|
|||
'${version}/${file_name}' ),
|
||||
},
|
||||
'all': {
|
||||
'version': '2018.12.1',
|
||||
'version': '2019.3.6352',
|
||||
'file_name': 'ms-python-release.vsix',
|
||||
'checksum': '0406028b7d2fbb86ffd6cda18a36638a95111fd35b19cc198d343a2828f5c3b1',
|
||||
'checksum':
|
||||
'f7e5552db3783d6b45ba4b84005d7b42a372033ca84c0fce82eb70e7372336c6',
|
||||
},
|
||||
'adapters': {
|
||||
"name": "vscode-python",
|
||||
"command": [
|
||||
"node",
|
||||
"${gadgetDir}/vscode-python/out/client/debugger/debugAdapter/main.js",
|
||||
]
|
||||
},
|
||||
},
|
||||
'tclpro': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue