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

Method joinPath

src/platform/vscode-path/resources.ts:93–93  ·  view source on GitHub ↗

* Join a URI path with path fragments and normalizes the resulting path. * * @param resource The input URI. * @param pathFragment The path fragment to add to the URI path. * @returns The resulting URI.

(resource: URI, ...pathFragment: string[])

Source from the content-addressed store, hash-verified

91 * @returns The resulting URI.
92 */
93 joinPath(resource: URI, ...pathFragment: string[]): URI;
94 /**
95 * Normalizes the path part of a URI: Resolves `.` and `..` elements with directory names.
96 *

Callers 15

getRendererScriptsMethod · 0.65
getWidgetEntryPointsMethod · 0.65
getCodeToExecuteMethod · 0.65
getWebviewContentMethod · 0.65
newProjectMethod · 0.65
importNotebookMethod · 0.65
importJupyterNotebookMethod · 0.65
exportProjectMethod · 0.65

Implementers 1

ExtUrisrc/platform/vscode-path/resources.ts

Calls

no outgoing calls

Tested by 2

initializeFunction · 0.52