(
file?: Uri | string,
workspaceFolders: readonly WorkspaceFolder[] | WorkspaceFolder[] = []
)
| 25 | } |
| 26 | |
| 27 | export function getDisplayPath( |
| 28 | file?: Uri | string, |
| 29 | workspaceFolders: readonly WorkspaceFolder[] | WorkspaceFolder[] = [] |
| 30 | ) { |
| 31 | return getDisplayPathCommon(file, workspaceFolders, homePath); |
| 32 | } |
no outgoing calls
no test coverage detected