vscode-go: Update version and use new repository.

As of June 2020, the vscode-go repository has moved to https://github.com/golang/vscode-go.
This commit is contained in:
Camilo Schoeningh 2020-10-14 13:38:33 +02:00 committed by Camilo Schoeningh
commit ea36b60a07
No known key found for this signature in database
GPG key ID: 81410712F4AE5063

View file

@ -339,22 +339,25 @@ GADGETS = {
'vscode-go': {
'language': 'go',
'download': {
'url': 'https://github.com/microsoft/vscode-go/releases/download/'
'${version}/${file_name}'
'url': 'https://github.com/golang/vscode-go/releases/download/'
'v${version}/${file_name}'
},
'all': {
'version': '0.11.4',
'file_name': 'Go-0.11.4.vsix',
'version': '0.17.2',
'file_name': 'Go-0.17.2.vsix',
'checksum':
'ff7d7b944da5448974cb3a0086f4a2fd48e2086742d9c013d6964283d416027e'
'69055b9b86387e2906f20cceb84ab2c4da86c5a5159395a7bbdb74ea3a0f982f',
},
'adapters': {
'vscode-go': {
'name': 'delve',
'command': [
'node',
'${gadgetDir}/vscode-go/out/src/debugAdapter/goDebug.js'
'${gadgetDir}/vscode-go/dist/debugAdapter.js'
],
"configuration": {
"cwd": "${workspaceRoot}",
}
},
},
},