File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ enum ProjectType {
109
109
MicroProfile = "MicroProfile" ,
110
110
JavaFX = "JavaFX" ,
111
111
Micronaut = "Micronaut" ,
112
- GCN = "GCN " ,
112
+ GDK = "GDK " ,
113
113
}
114
114
115
115
async function ensureExtension ( typeName : string , metaData : IProjectTypeMetadata ) : Promise < boolean > {
@@ -275,12 +275,12 @@ const projectTypes: IProjectType[] = [
275
275
} ,
276
276
} ,
277
277
{
278
- displayName : "Graal Cloud Native " ,
278
+ displayName : "Graal Development Kit for Micronaut " ,
279
279
metadata : {
280
- type : ProjectType . GCN ,
280
+ type : ProjectType . GDK ,
281
281
extensionId : "oracle-labs-graalvm.gcn" ,
282
- extensionName : "Graal Cloud Native Launcher" ,
283
- createCommandId : "gcn.createGcnProject " ,
282
+ extensionName : "Graal Development Kit for Micronaut Launcher" ,
283
+ createCommandId : "gdk.createGdkProject " ,
284
284
} ,
285
285
} ,
286
286
] ;
You can’t perform that action at this time.
0 commit comments