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 {
109109 MicroProfile = "MicroProfile" ,
110110 JavaFX = "JavaFX" ,
111111 Micronaut = "Micronaut" ,
112- GCN = "GCN " ,
112+ GDK = "GDK " ,
113113}
114114
115115async function ensureExtension ( typeName : string , metaData : IProjectTypeMetadata ) : Promise < boolean > {
@@ -275,12 +275,12 @@ const projectTypes: IProjectType[] = [
275275 } ,
276276 } ,
277277 {
278- displayName : "Graal Cloud Native " ,
278+ displayName : "Graal Development Kit for Micronaut " ,
279279 metadata : {
280- type : ProjectType . GCN ,
280+ type : ProjectType . GDK ,
281281 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 " ,
284284 } ,
285285 } ,
286286] ;
You can’t perform that action at this time.
0 commit comments