|
30 | 30 | "github.copilot.command.buildLocalWorkspaceIndex": "Build Local Workspace Index",
|
31 | 31 | "github.copilot.command.buildRemoteWorkspaceIndex": "Build Remote Workspace Index",
|
32 | 32 | "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)", |
34 | 34 | "comment": [
|
35 | 35 | "{Locked='['}",
|
36 |
| - "{Locked='](command:workbench.action.chat.triggerSetup)'}" |
| 36 | + "{Locked='](command:workbench.action.chat.triggerSetupForceSignIn)'}" |
37 | 37 | ]
|
38 | 38 | },
|
39 | 39 | "github.copilot.viewsWelcome.individual.expired": "Your Copilot subscription has expired.\n\n[Review Copilot Settings](https://github.com/settings/copilot?editor=vscode)",
|
|
191 | 191 | "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)",
|
192 | 192 | "github.copilot.walkthrough.signIn.media.altText": "Sign in to GitHub via this walkthrough or VS Code's account menu",
|
193 | 193 | "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)", |
195 | 195 | "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)", |
197 | 197 | "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.",
|
198 | 198 | "github.copilot.walkthrough.firstSuggest.title": "AI-suggested code completions",
|
199 | 199 | "github.copilot.walkthrough.firstSuggest.description": "As you type in the editor, Copilot suggests code to help you complete what you started.",
|
|
0 commit comments