Skip to content

Commit 721a5af

Browse files
committed
Use Sign In command
1 parent ac568a0 commit 721a5af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.nls.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
]
4646
},
4747
"github.copilot.viewsWelcome.invalidToken": {
48-
"message": "Your GitHub token is invalid. Please sign out from your GitHub account and sign in again.\n\n[Manage Accounts](command:workbench.action.manageAccounts)\n\nSee also [Copilot log](command:github.copilot.debug.showOutputChannel.internal) and [run diagnostics](command:github.copilot.debug.collectDiagnostics.internal).",
48+
"message": "Your GitHub token is invalid. Please sign out from your GitHub account and sign in again.\n\n[Sign In](command:workbench.action.chat.triggerSetupForceSignIn)\n\nSee also [Copilot log](command:github.copilot.debug.showOutputChannel.internal) and [run diagnostics](command:github.copilot.debug.collectDiagnostics.internal).",
4949
"comment": [
5050
"{Locked='['}",
51-
"{Locked='](command:workbench.action.manageAccounts)'}",
51+
"{Locked='](command:workbench.action.chat.triggerSetupForceSignIn)'}",
5252
"{Locked='](command:github.copilot.debug.showOutputChannel.internal)'}",
5353
"{Locked='](command:github.copilot.debug.collectDiagnostics.internal)'}"
5454
]
@@ -63,10 +63,10 @@
6363
]
6464
},
6565
"github.copilot.viewsWelcome.gitHubLoginFailed": {
66-
"message": "GitHub login failed. Please sign in to your GitHub account to use Copilot.\n\n[Retry](command:github.copilot.refreshToken)\n\nSee also [Copilot log](command:github.copilot.debug.showOutputChannel.internal) and [run diagnostics](command:github.copilot.debug.collectDiagnostics.internal).",
66+
"message": "GitHub login failed. Please sign in to your GitHub account to use Copilot.\n\n[Sign In](command:workbench.action.chat.triggerSetupForceSignIn)\n\nSee also [Copilot log](command:github.copilot.debug.showOutputChannel.internal) and [run diagnostics](command:github.copilot.debug.collectDiagnostics.internal).",
6767
"comment": [
6868
"{Locked='['}",
69-
"{Locked='](command:github.copilot.refreshToken)'}",
69+
"{Locked='](command:workbench.action.chat.triggerSetupForceSignIn)'}",
7070
"{Locked='](command:github.copilot.debug.showOutputChannel.internal)'}",
7171
"{Locked='](command:github.copilot.debug.collectDiagnostics.internal)'}"
7272
]

0 commit comments

Comments
 (0)