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 186570f commit c8707d7Copy full SHA for c8707d7
packages/core/src/shared/fs/fs.ts
@@ -312,11 +312,6 @@ export class FileSystem {
312
reasonDesc: `After multiple attempts the source path existed: ${scrubbedPath}`,
313
attempts: attempts,
314
})
315
- } else {
316
- telemetry.ide_fileSystem.emit({
317
- result: 'Succeeded',
318
- action: 'rename',
319
- })
320
}
321
322
return vfs.rename(oldUri, newUri, { overwrite: true }).then(undefined, errHandler)
0 commit comments