Skip to content

Commit 32e3863

Browse files
authored
Cleanup unused string (#516)
See microsoft/vscode#246520
1 parent e31b4c0 commit 32e3863

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/extension/conversation/vscode-node/chatParticipants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ Learn more about [GitHub Copilot](https://docs.github.com/copilot/using-github-c
219219
const markdownString = new vscode.MarkdownString(helpPostfix);
220220
markdownString.isTrusted = { enabledCommands: ['inlineChat.start', 'github.copilot.open.walkthrough'] };
221221
defaultAgent.helpTextPostfix = markdownString;
222-
defaultAgent.helpTextVariablesPrefix = vscode.l10n.t('You can also help me understand your question by using the following variables to give me extra context:');
223222

224223
defaultAgent.additionalWelcomeMessage = this.additionalWelcomeMessage;
225224
defaultAgent.titleProvider = this.instantiationService.createInstance(ChatTitleProvider);

src/extension/vscode.proposed.defaultChatParticipant.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ declare module 'vscode' {
3939
*/
4040
helpTextPrefix?: string | MarkdownString;
4141

42-
/**
43-
* A string that will be added before the listing of chat variables in `/help`.
44-
*/
45-
helpTextVariablesPrefix?: string | MarkdownString;
46-
4742
/**
4843
* A string that will be appended after the listing of chat participants in `/help`.
4944
*/

0 commit comments

Comments
 (0)