Update insertText for actions with provider
This commit is contained in:
@@ -36,6 +36,7 @@ export async function getActionInputValues(
|
|||||||
return {
|
return {
|
||||||
label: inputName,
|
label: inputName,
|
||||||
description: input.description,
|
description: input.description,
|
||||||
|
insertText: `${inputName}: `,
|
||||||
deprecated: input.deprecationMessage !== undefined
|
deprecated: input.deprecationMessage !== undefined
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user