Skip to content

Commit 659572d

Browse files
committed
Improve a comment
1 parent 415224e commit 659572d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/FileSystemProvider/FileSystemProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ export class FileSystemProvider implements vscode.FileSystemProvider {
346346
return Promise.reject();
347347
}
348348
// File doesn't exist on the server, and we are allowed to create it.
349-
// Create content (typically a stub).
349+
// Create content (typically a stub, unless the write-phase of a copy operation).
350350
const newContent = generateFileContent(fileName, content);
351351

352352
// Write it to the server

0 commit comments

Comments
 (0)