Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A powerful VS Code extension for application modernization and migration analysi
- **Customizable Rules**: Configure analysis settings, rulesets, and filters
- **Interactive UI**: Dedicated views for analysis results and solution management

### Developer Lightspeed for migration toolkit for applications features
### Red Hat Developer Lightspeed for migration toolkit for applications features

- **AI-Powered Solutions**: Optional generative AI integration for automated fix suggestions
- **Agent Mode**: Experimental automated fixes with diagnostics integration
Expand Down
Binary file modified assets/branding/sidebar-icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions scripts/prebuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ const brandWordRegex = new RegExp(`\\b(${brandPattern})(?=\\s|$)`, "gi");
// Apply branding transformations
Object.assign(packageJson, {
name: extensionName,
displayName: "Developer Lightspeed for MTA",
displayName: "Migration toolkit for applications",
description:
"Developer Lightspeed for Migration Toolkit for Applications (MTA) - An enterprise migration and modernization tool with generative AI",
"Migration toolkit for applications (MTA) - An enterprise migration and modernization tool with optional generative AI features",
homepage: "https://developers.redhat.com/products/mta/overview",
repository: {
type: "git",
Expand Down
Loading