Skip to content

Commit 0722818

Browse files
Bump the rstudio.rstudio-workbench extension to 1.6.24 (#10019)
Updates the bundled `rstudio.rstudio-workbench` extension to version 1.6.24. Package checksum: `dd1839f389af21510551c8d9c648e95bc67c36b918d73b8d9d757c4e5f3b71a6` Commit: [`e35970d4c8cff0ed8cf0bcf912e52bc9a9d1ff9c`](https://github.com/rstudio/rstudio-workbench-vscode-ext/commit/e35970d4c8cff0ed8cf0bcf912e52bc9a9d1ff9c) Branch: `main` **PR Reviewer**: before merging, please check out these changes locally, run `detect-secrets` to [update the secrets baseline file](https://github.com/posit-dev/positron/tree/main/build/secrets#updating-the-baseline-secrets-file), audit the baseline file if necessary, and push the updates to the secrets baseline file to this PR. --------- Co-authored-by: posit-jenkins-enterprise[bot] <203673010+posit-jenkins-enterprise[bot]@users.noreply.github.com> Co-authored-by: Tim Mok <[email protected]>
1 parent 3046373 commit 0722818

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

build/secrets/.secrets.baseline

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@
9494
"path": "detect_secrets.filters.common.is_baseline_file",
9595
"filename": "build/secrets/.secrets.baseline"
9696
},
97+
{
98+
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
99+
"min_level": 2
100+
},
97101
{
98102
"path": "detect_secrets.filters.heuristic.is_indirect_reference"
99103
},
@@ -805,7 +809,7 @@
805809
{
806810
"type": "Hex High Entropy String",
807811
"filename": "product.json",
808-
"hashed_secret": "da289a2b3a0935ff21b90811ae69eefa0c1e25cc",
812+
"hashed_secret": "87f3a2763e05676a5ccedef533ec3ae9643654da",
809813
"is_verified": false,
810814
"line_number": 114,
811815
"is_secret": false
@@ -1365,16 +1369,6 @@
13651369
"is_secret": false
13661370
}
13671371
],
1368-
"src/vs/workbench/services/extensions/browser/webWorkerExtensionHost.ts": [
1369-
{
1370-
"type": "IBM Cloud IAM Key",
1371-
"filename": "src/vs/workbench/services/extensions/browser/webWorkerExtensionHost.ts",
1372-
"hashed_secret": "0d43d6e259826e4ecbda1644424b26de54faa665",
1373-
"is_verified": false,
1374-
"line_number": 96,
1375-
"is_secret": false
1376-
}
1377-
],
13781372
"src/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html": [
13791373
{
13801374
"type": "Base64 High Entropy String",
@@ -1424,5 +1418,5 @@
14241418
}
14251419
]
14261420
},
1427-
"generated_at": "2025-10-15T21:09:48Z"
1421+
"generated_at": "2025-10-20T18:11:36Z"
14281422
}

product.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@
108108
},
109109
{
110110
"name": "rstudio.rstudio-workbench",
111-
"version": "1.6.23",
111+
"version": "1.6.24",
112112
"positUrl": "https://cdn.posit.co/pwb-components/extension",
113113
"type": "reh-web",
114-
"sha256": "efb68994a83c56a13cc396ac533e4ea8d6746d9fb8157bb902d3f38f3aebb78d",
114+
"sha256": "dd1839f389af21510551c8d9c648e95bc67c36b918d73b8d9d757c4e5f3b71a6",
115115
"metadata": {
116116
"publisherDisplayName": "Posit Software, PBC"
117117
}

0 commit comments

Comments
 (0)