File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ suite("Code Block Formatting", function () {
1111
1212 const { doc, editor } = await openAndShowTextDocument ( "format-python.qmd" ) ;
1313
14- // const position = new vscode.Position(7, 2); // Line with "1+1"
15- // editor.selection = new vscode.Selection(position, position);
16- // await vscode.commands.executeCommand("quarto.formatCell");
17- await vscode . commands . executeCommand ( "vscode.executeFormatDocumentProvider" , doc . uri ) ;
14+ const position = new vscode . Position ( 7 , 2 ) ; // Line with "1+1"
15+ editor . selection = new vscode . Selection ( position , position ) ;
16+ await vscode . commands . executeCommand ( "quarto.formatCell" ) ;
17+ // await vscode.commands.executeCommand("vscode.executeFormatDocumentProvider", doc.uri);
1818
1919 await wait ( 500 ) ;
2020
You can’t perform that action at this time.
0 commit comments