Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/continuedev/continue
/ saveFile
Method
saveFile
extensions/vscode/src/VsCodeIde.ts:358–360 ·
view source on GitHub ↗
(fileUri: string)
Source
from the content-addressed store, hash-verified
356
}
357
358
async
saveFile(fileUri: string): Promise<void> {
359
await
this.ideUtils.saveFile(vscode.Uri.parse(fileUri));
360
}
361
362
private static MAX_BYTES = 100000;
363
Callers
nothing calls this directly
Calls
1
saveFile
Method · 0.65
Tested by
no test coverage detected