eslint-plugin-copilot Documentation / _internal/copilot-file-kind / isLegacyChatmodeFilePath
Function: isLegacyChatmodeFilePath()
function isLegacyChatmodeFilePath(filePath: string): boolean;
Defined in: _internal/copilot-file-kind.ts:23
Check whether a path points to a legacy workspace chat mode file.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
boolean