Skip to content

Commit 2baf4a2

Browse files
djzageribolton336
andcommitted
👻 Fix name + icon + description + feature list (#16)
Signed-off-by: David Zager <david.j.zager@gmail.com> Signed-off-by: Ian Bolton <ibolton@redhat.com> Co-authored-by: Ian Bolton <ibolton@redhat.com>
1 parent 3c45f56 commit 2baf4a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A powerful VS Code extension for application modernization and migration analysi
1010
- **Customizable Rules**: Configure analysis settings, rulesets, and filters
1111
- **Interactive UI**: Dedicated views for analysis results and solution management
1212

13-
### Developer Lightspeed for migration toolkit for applications features
13+
### Red Hat Developer Lightspeed for migration toolkit for applications features
1414

1515
- **AI-Powered Solutions**: Optional generative AI integration for automated fix suggestions
1616
- **Agent Mode**: Experimental automated fixes with diagnostics integration
-2.64 KB
Loading

scripts/prebuild.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ const brandWordRegex = new RegExp(`\\b(${brandPattern})(?=\\s|$)`, "gi");
172172
// Apply branding transformations
173173
Object.assign(packageJson, {
174174
name: extensionName,
175-
displayName: "Developer Lightspeed for MTA",
175+
displayName: "Migration toolkit for applications",
176176
description:
177-
"Developer Lightspeed for Migration Toolkit for Applications (MTA) - An enterprise migration and modernization tool with generative AI",
177+
"Migration toolkit for applications (MTA) - An enterprise migration and modernization tool with optional generative AI features",
178178
homepage: "https://developers.redhat.com/products/mta/overview",
179179
repository: {
180180
type: "git",

0 commit comments

Comments
 (0)