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
label=localize('unknownErrorEditorTextWithError',"The editor could not be opened due to an unexpected error: {0}",toErrorMessage(error));
248
+
label=localize('unknownErrorEditorTextWithError',"The editor could not be opened due to an unexpected error: {0}",truncateMiddle(toErrorMessage(error),EditorPlaceholder.PLACEHOLDER_LABEL_MAX_LENGTH/2));
249
249
}else{
250
250
label=localize('unknownErrorEditorTextWithoutError',"The editor could not be opened due to an unexpected error.");
0 commit comments