Skip to content

Commit 0789aac

Browse files
authored
chore: use stable extension marketplace registry (#1886)
1 parent 213fe30 commit 0789aac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/core-common/src/const/application.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ export const DEFAULT_APPLICATION_NAME = 'OpenSumi';
22
export const DEFAULT_APPLICATION_DESKTOP_HOST = 'desktop';
33
export const DEFAULT_APPLICATION_WEB_HOST = 'web';
44
export const DEFAULT_URI_SCHEME = 'sumi';
5-
export const DEFAULT_OPENVSX_REGISTRY = 'https://marketplace.smartide.cn'; // China Mirror
6-
// export const DEFAULT_OPENVSX_REGISTRY = 'https://open-vsx.org'; // Official Registry
5+
// export const DEFAULT_OPENVSX_REGISTRY = 'https://marketplace.smartide.cn'; // China Mirror
6+
export const DEFAULT_OPENVSX_REGISTRY = 'https://open-vsx.org'; // Official Registry

0 commit comments

Comments
 (0)