(uri: URI | undefined)
| 13 | import { Schemas } from './utils'; |
| 14 | |
| 15 | export function originalFSPath(uri: URI | undefined): string { |
| 16 | return isWeb ? uri?.path || '' : uri?.fsPath || ''; |
| 17 | } |
| 18 | |
| 19 | //#region IExtUri |
| 20 |
no outgoing calls
no test coverage detected