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