Skip to content

Commit f7c93b4

Browse files
rajbosCopilot
andauthored
Update src/extension.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d2ee637 commit f7c93b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/extension.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5004,9 +5004,9 @@ class CopilotTokenTracker implements vscode.Disposable {
50045004
}
50055005
if (tuStage < 4) {
50065006
if (mcpServers.length === 1) {
5007-
tuTips.push('Add more MCP servers to expand Copilot\'s capabilities - check the VS Code MCP registr:y');
5007+
tuTips.push('Add more MCP servers to expand Copilot\'s capabilities - check the VS Code MCP registry');
50085008
} else if (mcpServers.length === 0) {
5009-
tuTips.push('Explore the VS Code MCP registry for tools that integrate with your workflow:');
5009+
tuTips.push('Explore the VS Code MCP registry for tools that integrate with your workflow');
50105010
} else {
50115011
tuTips.push('You\'re using multiple MCP servers - keep exploring advanced tool combinations');
50125012
}

0 commit comments

Comments
 (0)