Skip to content

Commit 2199bb0

Browse files
Update bootstrapped extensions (#6551)
Update `product.json` to provide the most recent release of each bootstrapped extension we're providing. Otherwise, when users have AutoUpdate enabled, at first launch, Positron will do two back-to-back installs. This was causing issues with our automation that required skipping the Problems tests in #6537 ### QA Notes @:problems
1 parent e30220a commit 2199bb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

product.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"bootstrapExtensions": [
117117
{
118118
"name": "ms-python.black-formatter",
119-
"version": "2024.2.0",
119+
"version": "2024.6.0",
120120
"repo": "https://github.com/microsoft/vscode-black-formatter",
121121
"metadata": {
122122
"id": "859e640c-c157-47da-8699-9080b81c8371",
@@ -177,7 +177,7 @@
177177

178178
{
179179
"name": "ms-toolsai.jupyter",
180-
"version": "2024.8.1",
180+
"version": "2025.1.0",
181181
"repo": "https://github.com/Microsoft/vscode-jupyter",
182182
"metadata": {
183183
"id": "6c2f1801-1e7f-45b2-9b5c-7782f1e076e8",
@@ -192,7 +192,7 @@
192192
},
193193
{
194194
"name": "ms-pyright.pyright",
195-
"version": "1.1.379",
195+
"version": "1.1.395",
196196
"repo": "https://github.com/Microsoft/pyright",
197197
"metadata": {
198198
"id": "593fe6a5-513e-4cb3-abfb-5b9f5fe39802",
@@ -207,7 +207,7 @@
207207
},
208208
{
209209
"name": "ms-python.debugpy",
210-
"version": "2024.8.0",
210+
"version": "2025.0.1",
211211
"repo": "https://github.com/microsoft/vscode-python-debugger",
212212
"metadata": {
213213
"id": "4bd5d2c9-9d65-401a-b0b2-7498d9f17615",

0 commit comments

Comments
 (0)