eslint-plugin-copilot Documentation / _internal/copilot-customization-names / getDefaultPromptName
Function: getDefaultPromptName()
function getDefaultPromptName(filePath: string): string;
Defined in: _internal/copilot-customization-names.ts:61
Get the default prompt name derived from a .prompt.md file name.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
string