We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec150c8 commit df4af75Copy full SHA for df4af75
client/src/setupCommands.ts
@@ -66,7 +66,7 @@ export function setupCommands(context: ExtensionContext) {
66
return;
67
}
68
if (isReadOnly) {
69
- const path = join(tmpdir(), `processing-sketch-${new Date().getTime()}`, folder.split('/').pop() || 'sketch');
+ const path = join(context.globalStorageUri.fsPath, `processing-sketch-${new Date().getTime()}`, folder.split('/').pop() || 'sketch');
70
try {
71
await workspace.fs.copy(Uri.file(folder), Uri.file(path), { overwrite: true });
72
folder = path;
0 commit comments