mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-23 15:24:20 +01:00
editors - adopt uri identity in one more place
This commit is contained in:
@@ -250,7 +250,7 @@ export class EditorService extends Disposable implements EditorServiceImpl {
|
||||
|
||||
// Determine new resulting target resource
|
||||
let targetResource: URI;
|
||||
if (isEqual(source, resource)) {
|
||||
if (this.uriIdentityService.extUri.isEqual(source, resource)) {
|
||||
targetResource = target; // file got moved
|
||||
} else {
|
||||
const ignoreCase = !this.fileService.hasCapability(resource, FileSystemProviderCapabilities.PathCaseSensitive);
|
||||
|
||||
Reference in New Issue
Block a user