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 415224e commit 659572dCopy full SHA for 659572d
src/providers/FileSystemProvider/FileSystemProvider.ts
@@ -346,7 +346,7 @@ export class FileSystemProvider implements vscode.FileSystemProvider {
346
return Promise.reject();
347
}
348
// File doesn't exist on the server, and we are allowed to create it.
349
- // Create content (typically a stub).
+ // Create content (typically a stub, unless the write-phase of a copy operation).
350
const newContent = generateFileContent(fileName, content);
351
352
// Write it to the server
0 commit comments