We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213fe30 commit 0789aacCopy full SHA for 0789aac
1 file changed
packages/core-common/src/const/application.ts
@@ -2,5 +2,5 @@ export const DEFAULT_APPLICATION_NAME = 'OpenSumi';
2
export const DEFAULT_APPLICATION_DESKTOP_HOST = 'desktop';
3
export const DEFAULT_APPLICATION_WEB_HOST = 'web';
4
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
+// export const DEFAULT_OPENVSX_REGISTRY = 'https://marketplace.smartide.cn'; // China Mirror
+export const DEFAULT_OPENVSX_REGISTRY = 'https://open-vsx.org'; // Official Registry
0 commit comments