diff --git a/editors/code/src/commands.ts b/editors/code/src/commands.ts index 3ae995705f277..c21e5597cb2d6 100644 --- a/editors/code/src/commands.ts +++ b/editors/code/src/commands.ts @@ -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: "() ==>> ()",