We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c1ef9 commit ba4993eCopy full SHA for ba4993e
1 file changed
apps/idl-docs-parser/src/helpers/set-task-types.ts
@@ -84,6 +84,9 @@ export async function SetTaskTypes(global: GlobalTokens) {
84
// get first global, always structure from our routines
85
const struct = taskGlobals.structure;
86
87
+ // set human readable name
88
+ globali.meta.readableName = struct.meta.readableName;
89
+
90
// get properties
91
const props = struct.meta?.props || {};
92
0 commit comments