MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / getDisplayPath

Function getDisplayPath

src/platform/common/platform/fs-paths.node.ts:27–32  ·  view source on GitHub ↗
(
    file?: Uri | string,
    workspaceFolders: readonly WorkspaceFolder[] | WorkspaceFolder[] = []
)

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected