mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Remove testing code
This commit is contained in:
@@ -159,8 +159,7 @@ class SyncedBufferMap {
|
||||
}
|
||||
|
||||
private toKey(resource: Uri): string | null {
|
||||
const key = this._normalizePath(resource);
|
||||
return key ? key.toLowerCase() : key;
|
||||
return this._normalizePath(resource);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user