SSR: Fix a typescript lint warning

This commit is contained in:
David Lattimore 2020-07-24 22:23:14 +10:00
parent 3dac31fe80
commit 58680cb08e

View file

@ -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: "() ==>> ()",