We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90aa90 commit baadd8bCopy full SHA for baadd8b
src/webviews/extension-server/WebviewController.ts
@@ -112,5 +112,5 @@ export class WebviewController<Configuration> extends WebviewBaseController<Conf
112
}
113
114
export function createCopilotPromptForConfirmationViewButton(name: string, value: string, commandName: string, extension: string): string {
115
- return `Help explain what ${name}: ${value} means in the context of the "${commandName}" command using the ${extension} extension for VSCode.`
+ return `Help explain what ${name}: ${value} means in the context of the "${commandName}" command using the ${extension} extension for VS Code.`
116
0 commit comments