Skip to content

Commit

Permalink
fix: Modified to follow changed extension names. (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbalek authored Sep 28, 2023
1 parent 2ba3227 commit 0ec45cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controllers/projectController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ const projectTypes: IProjectType[] = [
metadata: {
type: ProjectType.Micronaut,
extensionId: "oracle-labs-graalvm.micronaut",
extensionName: "GraalVM Tools for Micronaut",
extensionName: "Micronaut® Launch",
createCommandId: "extension.micronaut.createProject",
},
},
Expand All @@ -266,7 +266,7 @@ const projectTypes: IProjectType[] = [
metadata: {
type: ProjectType.GCN,
extensionId: "oracle-labs-graalvm.gcn",
extensionName: "Graal Cloud Native Tools",
extensionName: "Graal Cloud Native Launcher",
createCommandId: "gcn.createGcnProject",
},
},
Expand Down

0 comments on commit 0ec45cc

Please sign in to comment.