mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Remove usage of CustomMarshaller for MainThreadEditors (#40169)
This commit is contained in:
@@ -435,7 +435,7 @@ export class ExtHostTextEditor implements vscode.TextEditor {
|
||||
return this._proxy.$trySetDecorationsFast(
|
||||
this._id,
|
||||
decorationType.key,
|
||||
/*TODO: marshaller is too slow*/JSON.stringify(_ranges)
|
||||
_ranges
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user