MCPcopy Create free account
hub / github.com/REditorSupport/vscode-R / documentSaveAll

Function documentSaveAll

src/rstudioapi.ts:217–219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215}
216
217export async function documentSaveAll(): Promise<void> {
218 await workspace.saveAll();
219}
220
221// TODO: very similar to ./utils.getCurrentWorkspaceFolder()
222export function projectPath(): { path: string | undefined; } {

Callers 1

dispatchRStudioAPICallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected