MCPcopy Index your code
hub / github.com/REditorSupport/vscode-R / removeSessionFiles

Function removeSessionFiles

src/session.ts:133–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131}
132
133export function removeSessionFiles(): void {
134 console.info('[removeSessionFiles] ', sessionDir);
135 if (sessionDirectoryExists()) {
136 removeDirectory(sessionDir);
137 }
138 console.info('[removeSessionFiles] Done');
139}
140
141function writeSettings() {
142 const settingPath = path.join(homeExtDir(), 'settings.json');

Callers 1

cleanupSessionFunction · 0.85

Calls 2

sessionDirectoryExistsFunction · 0.85
removeDirectoryFunction · 0.85

Tested by

no test coverage detected