© 2026 YOLOX SYSTEM. ALL RIGHTS RESERVED.
Gives your agent the ability to localize VS Code extensions by managing translation files for settings, commands, and walkthroughs.
When adding support for a new language like Brazilian Portuguese to your extension
When localizing user-facing messages or string resources in TypeScript source code
When translating walkthrough content stored in Markdown files for different regions
Identify the resource to localize, such as a command title or a source code message
Create or update the corresponding NLS JSON or localized Markdown file
Map the extension's string keys to the translated values for the target language ID
Verify that the localized strings appear correctly in the VS Code UI
You
I need to add a German translation for my extension's settings and commands.
Agent
I'll create a `package.nls.de.json` file for you. I'm extracting the current titles and descriptions from your `package.json` and providing German translations for each key, ensuring they match the VS Code naming conventions.
Gives your agent the ability to contribute and organize commands in VS Code extensions following official guidelines.
Gives your agent the ability to analyze and tune your SQL queries and indexing strategies to maximize database performance across multiple platforms.
Generate a complete, production-ready application structure and boilerplate code from an OpenAPI specification.
Gives your agent the ability to optimize PostgreSQL databases using advanced features, indexing strategies, and performance tuning.
Gives your agent the ability to analyze chatmode or prompt files and recommend the most optimal AI models based on complexity and cost-efficiency.
© 2026 YOLOX SYSTEM. ALL RIGHTS RESERVED.