-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
This .qmd file works if I "Run Cell" sequentially, but it spins forever (>2 days) if I try to render the document using the VSCode Preview button. Sometimes the file dialog will appear and let me select a file (usually after a computer restart), but in either case, there is no activity in terminal or on screen after:
$ quarto preview "s:/Julia/Design Report Pages/test.qmd" --no-browser --no-watch-inputs
Starting julia control server process. This might take a while...
Julia server process started.
Running [1/3] at line 8: using NativeFileDialog
Running [2/3] at line 12: file = pick_file()
---
title: "Test"
engine: julia
execute:
echo: false
---
\```{julia}
using NativeFileDialog
\```
\```{julia}
file = pick_file()
\```
\```{julia}
basename(file)
\```
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels