Reformat with tsfmt
This commit is contained in:
@@ -85,8 +85,8 @@ class TextDocumentContentProvider
|
||||
range = editor.selection.isEmpty
|
||||
? undefined
|
||||
: this.ctx.client.code2ProtocolConverter.asRange(
|
||||
editor.selection,
|
||||
);
|
||||
editor.selection,
|
||||
);
|
||||
}
|
||||
|
||||
const request: SyntaxTreeParams = {
|
||||
|
||||
Reference in New Issue
Block a user