Skip to content

Commit e683323

Browse files
committed
feat: Rename to "Remote Qute Debug"
Signed-off-by: azerr <azerr@redhat.com>
1 parent 563f000 commit e683323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/redhat/devtools/intellij/qute/run/QuteConfigurationType.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ public static QuteConfigurationType getInstance() {
2828

2929
QuteConfigurationType() {
3030
super(ID,
31-
"Qute",
32-
"Qute debugger",
31+
"Remote Qute Debug",
32+
"Debugging Qute templates",
3333
NotNullLazyValue.createValue(() -> QuarkusIcons.Quarkus));
3434
addFactory(new QuteConfigurationFactory(this));
3535
}

0 commit comments

Comments
 (0)