SSR: Fix a typescript lint warning
This commit is contained in:
parent
3dac31fe80
commit
58680cb08e
@ -190,7 +190,7 @@ export function ssr(ctx: Ctx): Cmd {
|
||||
if (!editor || !client) return;
|
||||
|
||||
const position = editor.selection.active;
|
||||
let textDocument = { uri: editor.document.uri.toString() };
|
||||
const textDocument = { uri: editor.document.uri.toString() };
|
||||
|
||||
const options: vscode.InputBoxOptions = {
|
||||
value: "() ==>> ()",
|
||||
|
Loading…
x
Reference in New Issue
Block a user