Insert colon in inputs
This commit is contained in:
@@ -19,7 +19,8 @@ export function reusableJobInputs(context: WorkflowContext): Value[] {
|
|||||||
|
|
||||||
values.push({
|
values.push({
|
||||||
label: key.value,
|
label: key.value,
|
||||||
description: inputDescription(value)
|
description: inputDescription(value),
|
||||||
|
insertText: `${key.value}: `
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user