Skip to content

Commit 8c242cb

Browse files
authored
fix - update sign-in commands to force sign-in (#246)
1 parent 8f79a3e commit 8c242cb

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
@@ -30,10 +30,10 @@
3030
"github.copilot.command.buildLocalWorkspaceIndex": "Build Local Workspace Index",
3131
"github.copilot.command.buildRemoteWorkspaceIndex": "Build Remote Workspace Index",
3232
"github.copilot.viewsWelcome.signIn": {
33-
"message": "Sign in to enable features powered by Github Copilot.\n\n[Sign in](command:workbench.action.chat.triggerSetup)",
33+
"message": "Sign in to enable features powered by Github Copilot.\n\n[Sign in](command:workbench.action.chat.triggerSetupForceSignIn)",
3434
"comment": [
3535
"{Locked='['}",
36-
"{Locked='](command:workbench.action.chat.triggerSetup)'}"
36+
"{Locked='](command:workbench.action.chat.triggerSetupForceSignIn)'}"
3737
]
3838
},
3939
"github.copilot.viewsWelcome.individual.expired": "Your Copilot subscription has expired.\n\n[Review Copilot Settings](https://github.com/settings/copilot?editor=vscode)",
@@ -191,9 +191,9 @@
191191
"github.copilot.walkthrough.signIn.description": "To get started with Copilot, sign in with your GitHub account.\nMake sure you're using the correct GitHub account. You can also sign in later using the account menu.\n\n[Sign In](command:github.copilot.signIn)",
192192
"github.copilot.walkthrough.signIn.media.altText": "Sign in to GitHub via this walkthrough or VS Code's account menu",
193193
"github.copilot.walkthrough.setup.signIn.title": "Sign in to use Copilot for free",
194-
"github.copilot.walkthrough.setup.signIn.description": "You can use Copilot to generate code across multiple files, fix errors, ask questions about your code and much more using natural language.\n We now offer [Copilot for free](https://github.com/features/copilot/plans) with your GitHub account.\n\n[Use Copilot for Free](command:workbench.action.chat.triggerSetup)",
194+
"github.copilot.walkthrough.setup.signIn.description": "You can use Copilot to generate code across multiple files, fix errors, ask questions about your code and much more using natural language.\n We now offer [Copilot for free](https://github.com/features/copilot/plans) with your GitHub account.\n\n[Use Copilot for Free](command:workbench.action.chat.triggerSetupForceSignIn)",
195195
"github.copilot.walkthrough.setup.signUp.title": "Get started with Copilot for free",
196-
"github.copilot.walkthrough.setup.signUp.description": "You can use Copilot to generate code across multiple files, fix errors, ask questions about your code and much more using natural language.\n We now offer [Copilot for free](https://github.com/features/copilot/plans) with your GitHub account.\n\n[Use Copilot for Free](command:workbench.action.chat.triggerSetup)",
196+
"github.copilot.walkthrough.setup.signUp.description": "You can use Copilot to generate code across multiple files, fix errors, ask questions about your code and much more using natural language.\n We now offer [Copilot for free](https://github.com/features/copilot/plans) with your GitHub account.\n\n[Use Copilot for Free](command:workbench.action.chat.triggerSetupForceSignIn)",
197197
"github.copilot.walkthrough.setup.noAction.description": "You can use Copilot to generate code across multiple files, fix errors, ask questions about your code and much more using natural language.\n We now offer [Copilot for free](https://github.com/features/copilot/plans) with your GitHub account.",
198198
"github.copilot.walkthrough.firstSuggest.title": "AI-suggested code completions",
199199
"github.copilot.walkthrough.firstSuggest.description": "As you type in the editor, Copilot suggests code to help you complete what you started.",

0 commit comments

Comments
 (0)