You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Caller granted us permission to create structures for intermediate directories not yet seen.
372
+
// This arises when ObjectScript Explorer uses isfs to enable server-side editing. See https://github.com/intersystems-community/vscode-objectscript/issues/879
373
+
constfullName=entry.name==="" ? part : entry.fullName+"/"+part;
374
+
child=newDirectory(part,fullName);
375
+
entry.entries.set(part,child);
369
376
}
370
377
}
371
378
if(!child){
@@ -389,7 +396,7 @@ export class FileSystemProvider implements vscode.FileSystemProvider {
0 commit comments