mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
hide proxy from TextEditorDecorationType
This commit is contained in:
@@ -92,7 +92,7 @@ export class ExtHostEditors implements ExtHostEditorsShape {
|
||||
}
|
||||
|
||||
createTextEditorDecorationType(options: vscode.DecorationRenderOptions): vscode.TextEditorDecorationType {
|
||||
return new TextEditorDecorationType(this._proxy, options);
|
||||
return new TextEditorDecorationType(this._proxy, options).value;
|
||||
}
|
||||
|
||||
// --- called from main thread
|
||||
|
||||
Reference in New Issue
Block a user