Jean Pierre

Results 15 issues of Jean Pierre

ref https://github.com/microsoft/vscode-vsce/pull/732/files There's a new tag `__sponsor_extension` and a new resource `Microsoft.VisualStudio.Code.SponsorLink` Also they added a link to the publisher homepage but that's broken for us because they use the...

From https://github.com/gitpod-io/gitpod/issues/10523 It seems the root cause of that bug is that Web extension resources served from openvsx return an incorrect MIME type For example: - Requesting for https://openvsxorg.blob.core.windows.net/resources/pomdtr/excalidraw-editor/3.0.1/extension/public/static/css/main.9cab4879.chunk.css returns...

priority:medium

VS Code makes this query to fetch the popular extensions view but the response is 19 MB ``` curl 'http://localhost:8080/vscode/gallery/extensionquery' \ -H 'accept: application/json;api-version=3.0-preview.1' \ -H 'content-type: application/json' \ --data-raw...

The `publisher.isDomainVerified` property is missing for extension whose namespace is verified. e.g. from ms marketplace response ```json { "publisherId": "eed56242-9699-4317-8bc7-e9f4b9bdd3ff", "publisherName": "redhat", "displayName": "Red Hat", "flags": "verified", "domain": "https://redhat.com", "isDomainVerified":...

priority:medium

Since version 1.66.x vscode added a feature to auto update built-in extensions (https://github.com/microsoft/vscode/issues/68410). The problem with open-vsx is that it has this built-in extension published (used by theia https://github.com/eclipse-theia/vscode-builtin-extensions) and...

Upstream issue: https://github.com/microsoft/vscode/issues/180525 Upstream PR: https://github.com/microsoft/vscode/pull/182072

See https://github.com/jeanp413/open-remote-ssh/issues/87#issuecomment-1574190365

Trying to parse "ecdsa-sk" and "ed25519-sk" public SSH keys results in `Unsupported key format` error

feature request

We should update the development docs now that we are using the upstream server implementation https://github.com/gitpod-io/openvscode-server/blob/docs/development.md

documentation