MCPcopy Create free account
hub / github.com/Snapchat/Valdi / delete

Method delete

valdi/vscode_debugger/src/typings/vscode.d.ts:6558–6558  ·  view source on GitHub ↗

* Delete a file. * * @param uri The resource that is to be deleted. * @param options Defines if trash can should be used and if deletion of folders is recursive

(uri: Uri, options?: { recursive?: boolean, useTrash?: boolean })

Source from the content-addressed store, hash-verified

6556 * @param options Defines if trash can should be used and if deletion of folders is recursive
6557 */
6558 delete(uri: Uri, options?: { recursive?: boolean, useTrash?: boolean }): Thenable<void>;
6559
6560 /**
6561 * Rename a file or folder.

Callers 15

_releaseTargetMethod · 0.65
terminateMethod · 0.65
createNewSessionMethod · 0.65
releaseDapMethod · 0.65
_listenMethod · 0.65
releaseDapMethod · 0.65
_detachedFromTargetMethod · 0.65
_unrefMethod · 0.65
disposeMethod · 0.65
detachedMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected