mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
💄 tslint
This commit is contained in:
@@ -152,7 +152,7 @@ class TextEditorDecorationType implements vscode.TextEditorDecorationType {
|
||||
private _proxy: MainThreadEditors;
|
||||
public key: string;
|
||||
|
||||
constructor(proxy:MainThreadEditors, options: vscode.DecorationRenderOptions) {
|
||||
constructor(proxy: MainThreadEditors, options: vscode.DecorationRenderOptions) {
|
||||
this.key = 'TextEditorDecorationType' + (++TextEditorDecorationType.LAST_ID);
|
||||
this._proxy = proxy;
|
||||
this._proxy._registerTextEditorDecorationType(this.key, <any>options);
|
||||
|
||||
Reference in New Issue
Block a user