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
? vscode.l10n.t("The JS/TS language service immediately crashed 5 times. The service will not be restarted.\nThis may be caused by a plugin contributed by one of these extensions: {0}",pluginExtensionList)
611
-
: vscode.l10n.t("The JS/TS language service immediately crashed 5 times. The service will not be restarted."),
vscode.l10n.t("The JS/TS language service immediately crashed 5 times. The service will not be restarted.\nThis may be caused by a plugin contributed by one of these extensions: {0}.\nPlease try disabling these extensions before filing an issue against VS Code.",pluginExtensionList));
611
+
}else{
612
+
prompt=vscode.window.showErrorMessage(
613
+
vscode.l10n.t("The JS/TS language service immediately crashed 5 times. The service will not be restarted."),
? vscode.l10n.t("The JS/TS language service crashed 5 times in the last 5 Minutes.\nThis may be caused by a plugin contributed by one of these extensions: {0}",pluginExtensionList)
629
-
: vscode.l10n.t("The JS/TS language service crashed 5 times in the last 5 Minutes."),
vscode.l10n.t("The JS/TS language service crashed 5 times in the last 5 Minutes.\nThis may be caused by a plugin contributed by one of these extensions: {0}\nPlease try disabling these extensions before filing an issue against VS Code.",pluginExtensionList));
632
+
}else{
633
+
prompt=vscode.window.showWarningMessage(
634
+
vscode.l10n.t("The JS/TS language service crashed 5 times in the last 5 Minutes."),
vscode.l10n.t("The JS/TS language service crashed.\nThis may be caused by a plugin contributed by one of these extensions: {0}.\nPlease try disabling these extensions before filing an issue against VS Code.",pluginExtensionList));
646
+
}else{
647
+
prompt=vscode.window.showWarningMessage(
648
+
vscode.l10n.t("The JS/TS language service crashed."),
649
+
reportIssueItem);
650
+
}
642
651
}
643
652
}
644
653
@@ -1047,7 +1056,7 @@ function getReportIssueArgsForError(
1047
1056
[
1048
1057
`**Global TypeScript Server Plugins**`,
1049
1058
`❗️ Please test with extensions disabled. Extensions are the root cause of most TypeScript server crashes`,
0 commit comments