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 3bb2c56 commit 415224eCopy full SHA for 415224e
src/providers/FileSystemProvider/FileSystemProvider.ts
@@ -554,7 +554,7 @@ export class FileSystemProvider implements vscode.FileSystemProvider {
554
}
555
// Write the new file
556
// This is going to attempt the write regardless of the user's response to the check out prompt
557
- const api = new AtelierAPI(oldUri);
+ const api = new AtelierAPI(newUri);
558
await api
559
.putDoc(
560
newFileName,
0 commit comments