We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ee637 commit f7c93b4Copy full SHA for f7c93b4
1 file changed
src/extension.ts
@@ -5004,9 +5004,9 @@ class CopilotTokenTracker implements vscode.Disposable {
5004
}
5005
if (tuStage < 4) {
5006
if (mcpServers.length === 1) {
5007
- tuTips.push('Add more MCP servers to expand Copilot\'s capabilities - check the VS Code MCP registr:y');
+ tuTips.push('Add more MCP servers to expand Copilot\'s capabilities - check the VS Code MCP registry');
5008
} else if (mcpServers.length === 0) {
5009
- tuTips.push('Explore the VS Code MCP registry for tools that integrate with your workflow:');
+ tuTips.push('Explore the VS Code MCP registry for tools that integrate with your workflow');
5010
} else {
5011
tuTips.push('You\'re using multiple MCP servers - keep exploring advanced tool combinations');
5012
0 commit comments