-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat submenu #1811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat submenu #1811
Conversation
|
| ], | ||
| "main": "./dist/extension.js", | ||
| "contributes": { | ||
| "submenus": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Internationalization: Consider internationalizing submenu labels to support multilingual users. This aligns with our standards for all user-facing strings.
cte
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
|
@cte @mrubens should we apply i18n for context menu ? https://github.com/microsoft/vscode-extension-samples/tree/main/l10n-sample |
Wasn't obvious to me how to do it, but makes sense if it's possible! I think we can look into it as a follow-up. |
Context
This will make context menu & terminal menu more organize
Implementation
Screenshots
How to Test
Get in Touch
Important
Add submenus to
package.jsonto organize context and terminal menus for better command grouping.submenustopackage.jsonforroo-code.contextMenuandroo-code.terminalMenu.roo-code.contextMenuincludes commands:explainCode,fixCode,improveCode,addToContext.roo-code.terminalMenuincludes commands:terminalAddToContext,terminalFixCommand,terminalExplainCommand,terminalFixCommandInCurrentTask,terminalExplainCommandInCurrentTask.editor/contextandterminal/contextto use new submenusroo-code.contextMenuandroo-code.terminalMenurespectively.This description was created by
for 900beb2. It will automatically update as commits are pushed.