-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preview (VSCode) spins forever when NativeFileDialog.jl is used. #283
Comments
The render workflow is not meant for interaction so I'm not surprised if things break. When you do |
Sorry for the delay. The test worked fine for me in a script. using NativeFileDialog
file = pick_file()
println(basename(file)) $ julia --project=. test.jl
Activating project at `S:\Julia\Design Report Pages`
VectorPrincipalStress.xls I'm looking for a way to load data from file for a Quarto report without having to manually type the paths. (I will have other users making reports, and paths are tricky on Windows, where you have to escape the |
All cells run within an |
On macOS for me |
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:The text was updated successfully, but these errors were encountered: