eslint-plugin-copilot Documentation / _internal/file-system / resolveRelativeWorkspacePath
Function: resolveRelativeWorkspacePath()
function resolveRelativeWorkspacePath(
currentFilePath: string,
relativePath: string
): string;
Defined in: _internal/file-system.ts:77
Resolve a workspace-relative path from the current file location.
Parametersâ
| Parameter | Type |
|---|---|
currentFilePath | string |
relativePath | string |
Returnsâ
string