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 934c83d commit 8c55522Copy full SHA for 8c55522
src/package.json
@@ -65,7 +65,7 @@
65
{
66
"type": "webview",
67
"id": "roo-cline.SidebarProvider",
68
- "name": ""
+ "name": "%views.sidebar.name%"
69
}
70
]
71
},
src/package.nls.json
@@ -4,6 +4,7 @@
4
"views.contextMenu.label": "Roo Code",
5
"views.terminalMenu.label": "Roo Code",
6
"views.activitybar.title": "Roo Code",
7
+ "views.sidebar.name": "Roo Code",
8
"command.newTask.title": "New Task",
9
"command.mcpServers.title": "MCP Servers",
10
"command.prompts.title": "Modes",
0 commit comments