Skip to content

Preview (VSCode) spins forever when NativeFileDialog.jl is used. #283

@nathanrboyer

Description

@nathanrboyer

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)
\```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions