Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Adopt using platform specifier for built-in extensions #238886

Open
rrmistry opened this issue Jan 27, 2025 · 1 comment · May be fixed by #238890
Open

[Bug] Adopt using platform specifier for built-in extensions #238886

rrmistry opened this issue Jan 27, 2025 · 1 comment · May be fixed by #238890
Assignees
Milestone

Comments

@rrmistry
Copy link

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.96.4
  • OS Version: Web with linux-x64 host

Steps to Reproduce:

  1. Add a built-in extension to product.json (see example below for ms-python.debugpy):
    {
        // ...
        "extensionsGallery": {
            "serviceUrl": "https://open-vsx.org/vscode/gallery",
            "itemUrl": "https://open-vsx.org/vscode/item",
            "resourceUrlTemplate": "https://open-vsx.org/api/{publisher}/{name}/{targetPlatform}/{version}/file/{path}"
        },
        "linkProtectionTrustedDomains": [
            "https://open-vsx.org"
        ],
        "builtInExtensions": [
            // ...
            {
                "name": "ms-python.debugpy",
                "version": "latest",
                "platforms": [
                    "linux-x64",
                    "linux-arm64"
                ],
                "repo": "https://github.com/microsoft/vscode-python-debugger",
                "metadata": {
                    "publisherId": {
                        "publisherName": "ms-vscode",
                        "displayName": "Microsoft",
                        "flags": "verified"
                    },
                    "publisherDisplayName": "Microsoft"
                }
            }
        ]
    }
  2. Build the extensions list with command:
    npm run gulp compile-extensions-build
@rrmistry rrmistry linked a pull request Jan 27, 2025 that will close this issue
@rrmistry
Copy link
Author

Related: #180525 / PR: #182072

@sandy081 sandy081 assigned isidorn and unassigned sandy081 Jan 28, 2025
@isidorn isidorn added this to the Backlog milestone Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants