We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does this issue occur when all extensions are disabled?: Yes
linux-x64
Steps to Reproduce:
product.json
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" } } ] }
npm run gulp compile-extensions-build
The text was updated successfully, but these errors were encountered:
Related: #180525 / PR: #182072
Sorry, something went wrong.
isidorn
Successfully merging a pull request may close this issue.
Does this issue occur when all extensions are disabled?: Yes
linux-x64
hostSteps to Reproduce:
product.json
(see example below forms-python.debugpy
):The text was updated successfully, but these errors were encountered: