Skip to content

Commit

Permalink
Graal Cloud Native Launcher extension renamed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbalek authored and jdneo committed Aug 28, 2024
1 parent 923da7f commit ae14785
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/controllers/projectController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ enum ProjectType {
MicroProfile = "MicroProfile",
JavaFX = "JavaFX",
Micronaut = "Micronaut",
GCN = "GCN",
GDK = "GDK",
}

async function ensureExtension(typeName: string, metaData: IProjectTypeMetadata): Promise<boolean> {
Expand Down Expand Up @@ -275,12 +275,12 @@ const projectTypes: IProjectType[] = [
},
},
{
displayName: "Graal Cloud Native",
displayName: "Graal Development Kit for Micronaut",
metadata: {
type: ProjectType.GCN,
type: ProjectType.GDK,
extensionId: "oracle-labs-graalvm.gcn",
extensionName: "Graal Cloud Native Launcher",
createCommandId: "gcn.createGcnProject",
extensionName: "Graal Development Kit for Micronaut Launcher",
createCommandId: "gdk.createGdkProject",
},
},
];

0 comments on commit ae14785

Please sign in to comment.