You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constaddSyncProvider='Settings Sync: Enable Sign In with Gitpod';
948
-
constconfig='Configure';
949
-
constaction=awaitthis.notifications.showInformationMessage(`Could not install local extensions on remote workspace. Please enable Settings Sync with Gitpod.`,{ flow,id: 'no_sync_store'},addSyncProvider,config);
948
+
constaction=awaitthis.notifications.showInformationMessage(`Could not install local extensions on remote workspace. Please enable [Settings Sync](https://www.gitpod.io/docs/ides-and-editors/settings-sync#enabling-settings-sync-in-vs-code-desktop) with Gitpod.`,{ flow,id: 'no_sync_store'},addSyncProvider);
constaction=awaitthis.notifications.showInformationMessage(`Could not install local extensions on remote workspace. Please enable Settings Sync.`,{ flow,id: 'no_settings_sync'},enableSettingsSync,config);
954
+
constaction=awaitthis.notifications.showInformationMessage(`Could not install local extensions on remote workspace. Please enable [Settings Sync](https://www.gitpod.io/docs/ides-and-editors/settings-sync#enabling-settings-sync-in-vs-code-desktop).`,{ flow,id: 'no_settings_sync'},enableSettingsSync);
constresult=awaitthis.notifications.showInformationMessage(`[Settings Sync](https://www.gitpod.io/docs/ides-and-editors/settings-sync#enabling-settings-sync-in-vs-code-desktop) with ${gitpodHost} is disabled.`,{ flow,id: 'invalid'},action);
awaitthis.notifications.showInformationMessage('Quit VS Code for the new Settings Sync configuration to take effect.',{ flow,modal: true,id: 'quit_to_apply'});
190
+
constlearnMore: vscode.MessageItem={
191
+
title: 'Learn More',
192
+
isCloseAffordance: true
193
+
};
194
+
constaction=awaitthis.notifications.showInformationMessage('Please entirely quit VS Code for the Settings Sync configuration to take effect.',{ flow,modal: true,id: 'quit_to_apply'},learnMore);
0 commit comments