Skip to content

Commit 0ec45cc

Browse files
authored
fix: Modified to follow changed extension names. (#790)
1 parent 2ba3227 commit 0ec45cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/controllers/projectController.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ const projectTypes: IProjectType[] = [
257257
metadata: {
258258
type: ProjectType.Micronaut,
259259
extensionId: "oracle-labs-graalvm.micronaut",
260-
extensionName: "GraalVM Tools for Micronaut",
260+
extensionName: "Micronaut® Launch",
261261
createCommandId: "extension.micronaut.createProject",
262262
},
263263
},
@@ -266,7 +266,7 @@ const projectTypes: IProjectType[] = [
266266
metadata: {
267267
type: ProjectType.GCN,
268268
extensionId: "oracle-labs-graalvm.gcn",
269-
extensionName: "Graal Cloud Native Tools",
269+
extensionName: "Graal Cloud Native Launcher",
270270
createCommandId: "gcn.createGcnProject",
271271
},
272272
},

0 commit comments

Comments
 (0)