mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
debt - remove obsolete URI casts
This commit is contained in:
@@ -243,7 +243,7 @@ export class MainThreadEditors implements MainThreadEditorsShape {
|
||||
const edit = edits[j];
|
||||
|
||||
resourceEdits.push({
|
||||
resource: <URI>uri,
|
||||
resource: uri,
|
||||
newText: edit.newText,
|
||||
newEol: edit.newEol,
|
||||
range: edit.range
|
||||
|
||||
Reference in New Issue
Block a user