MCPcopy
hub / github.com/microsoft/vscode-js-debug / writeFile

Method writeFile

src/typings/vscode.d.ts:9415–9415  ·  view source on GitHub ↗

* Write data to a file, replacing its entire contents. * * @param uri The uri of the file. * @param content The new content of the file.

(uri: Uri, content: Uint8Array)

Source from the content-addressed store, hash-verified

9413 * @param content The new content of the file.
9414 */
9415 writeFile(uri: Uri, content: Uint8Array): Thenable<void>;
9416
9417 /**
9418 * Delete a file.

Callers 9

getBootloaderFileFunction · 0.65
index.test.tsFile · 0.65
stopMethod · 0.65
_saveDiagnosticLogsMethod · 0.65
generateHtmlMethod · 0.65
storeMethod · 0.65
stopMethod · 0.65
saveMethod · 0.65
stopMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected