Skip to content

Commit 7f0f938

Browse files
authored
Omit Shiny (2025.03 pre-release version) (#6565)
Port of #6562 for the prerelease branch.
1 parent 1aecee1 commit 7f0f938

File tree

3 files changed

+0
-27
lines changed

3 files changed

+0
-27
lines changed

build/lib/bootstrapExtensions.js

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/lib/bootstrapExtensions.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,6 @@ export function getBootstrapExtensions(): Promise<void> {
141141
const controlState = control[extension.name] || 'marketplace';
142142
control[extension.name] = controlState;
143143

144-
// Discard extensions intended for the web. The 'type' field isn't a
145-
// formal part of the extension definition but a custom field we use to
146-
// filter out web-only extensions (i.e. Posit Workbench)
147-
// @ts-ignore
148-
if (extension.type === 'reh-web') {
149-
continue;
150-
}
151-
152144
streams.push(syncExtension(extension, controlState));
153145
}
154146

product.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -233,18 +233,6 @@
233233
},
234234
"publisherDisplayName": "Posit Software, PBC"
235235
},
236-
{
237-
"name": "posit.shiny",
238-
"version": "1.1.2",
239-
"repo": "http://github.com/posit-dev/shiny-vscode",
240-
"type": "reh-web",
241-
"metadata": {
242-
"id": "f1b3b3b4-3b3b-4b3b-8b3b-3b3b3b3b3b3b",
243-
"publisherId": "090804ff-7eb2-4fbd-bb61-583e34f2b070",
244-
"displayName": "Shiny",
245-
"multiPlatformServiceUrl": "https://open-vsx.org/api"
246-
}
247-
},
248236
{
249237
"name": "quarto.quarto",
250238
"version": "1.118.0",

0 commit comments

Comments
 (0)