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';
933
933
constconfig='Configure';
934
-
constaction=awaitvscode.window.showInformationMessage(`Couldn't install user sync extensions on remote workspace, Settings Sync with Gitpod is required.`,addSyncProvider,config);
934
+
constaction=awaitvscode.window.showInformationMessage(`Could not install local extensions on remote workspace, please enable Settings Sync with Gitpod.`,addSyncProvider,config);
constaction=awaitvscode.window.showInformationMessage(`Couldn't install user sync extensions on remote workspace, please enable Settings Sync.`,enableSettingsSync,config);
943
+
constaction=awaitvscode.window.showInformationMessage(`Could not install local extensions on remote workspace, please enable Settings Sync.`,enableSettingsSync,config);
0 commit comments