-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vsx-registry: update api-compatibility handling
The following commit updates the logic present in `@theia/vsx-registry` which is used to determine API-compatible extensions. The changes update the previous assumption that vscode-builtin extensions could not be downloaded through the extensions-view. The updated logic behaves in the following way: - builtins bundled with the application are excluded from fetching their compatible version. - builtins installed through the extensions-view are checked for their latest compatible version. Signed-off-by: vince-fugnitto <[email protected]>
- Loading branch information
1 parent
3420ef6
commit a9483c3
Showing
2 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters