@lvnt/release-radar 1.9.8 → 1.9.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/downloads.json +12 -8
- package/package.json +1 -1
package/config/downloads.json
CHANGED
|
@@ -118,37 +118,41 @@
|
|
|
118
118
|
"Python": {
|
|
119
119
|
"displayName": "Python Extension",
|
|
120
120
|
"downloadUrl": "{{MIRROR_URL}}",
|
|
121
|
-
"filename": "python-{{VERSION}}.vsix",
|
|
121
|
+
"filename": "python-{{VERSION}}-win32-x64.vsix",
|
|
122
122
|
"mirror": {
|
|
123
123
|
"sourceUrl": "marketplace-api",
|
|
124
|
-
"extensionId": "ms-python.python"
|
|
124
|
+
"extensionId": "ms-python.python",
|
|
125
|
+
"targetPlatform": "win32-x64"
|
|
125
126
|
}
|
|
126
127
|
},
|
|
127
128
|
"Python Debugger": {
|
|
128
129
|
"displayName": "Python Debugger",
|
|
129
130
|
"downloadUrl": "{{MIRROR_URL}}",
|
|
130
|
-
"filename": "debugpy-{{VERSION}}.vsix",
|
|
131
|
+
"filename": "debugpy-{{VERSION}}-win32-x64.vsix",
|
|
131
132
|
"mirror": {
|
|
132
133
|
"sourceUrl": "marketplace-api",
|
|
133
|
-
"extensionId": "ms-python.debugpy"
|
|
134
|
+
"extensionId": "ms-python.debugpy",
|
|
135
|
+
"targetPlatform": "win32-x64"
|
|
134
136
|
}
|
|
135
137
|
},
|
|
136
138
|
"Python Environments": {
|
|
137
139
|
"displayName": "Python Environments",
|
|
138
140
|
"downloadUrl": "{{MIRROR_URL}}",
|
|
139
|
-
"filename": "vscode-python-envs-{{VERSION}}.vsix",
|
|
141
|
+
"filename": "vscode-python-envs-{{VERSION}}-win32-x64.vsix",
|
|
140
142
|
"mirror": {
|
|
141
143
|
"sourceUrl": "marketplace-api",
|
|
142
|
-
"extensionId": "ms-python.vscode-python-envs"
|
|
144
|
+
"extensionId": "ms-python.vscode-python-envs",
|
|
145
|
+
"targetPlatform": "win32-x64"
|
|
143
146
|
}
|
|
144
147
|
},
|
|
145
148
|
"Pylance": {
|
|
146
149
|
"displayName": "Pylance",
|
|
147
150
|
"downloadUrl": "{{MIRROR_URL}}",
|
|
148
|
-
"filename": "vscode-pylance-{{VERSION}}.vsix",
|
|
151
|
+
"filename": "vscode-pylance-{{VERSION}}-win32-x64.vsix",
|
|
149
152
|
"mirror": {
|
|
150
153
|
"sourceUrl": "marketplace-api",
|
|
151
|
-
"extensionId": "ms-python.vscode-pylance"
|
|
154
|
+
"extensionId": "ms-python.vscode-pylance",
|
|
155
|
+
"targetPlatform": "win32-x64"
|
|
152
156
|
}
|
|
153
157
|
},
|
|
154
158
|
"isort": {
|