Skip to content

Quarto VSC/positron extension keeps displaying "Rendering *file*.qmd" on errors #815

@JosephBARBIERDARNAL

Description

@JosephBARBIERDARNAL

Bug description

When rendering a quarto document with the “Preview” button, if the document is interrupted (e.g. due to an error in the code), it will continue to display this:

Image

Here, it's just an image, but the thing moves too.

Steps to reproduce

---
title: Title
---

```{r}
1 + "a" # this raises an error
```

Actual behavior

No response

Expected behavior

I wish it would stop appearing, because in most cases it's because there's something wrong with the code I've written, and I'll probably spend at least a few minutes before wanting to preview my document again. It's not the best to have this thing moving all the time, and having to close it manually (which works fine, by the way).

Your environment

Positron Version: 2025.09.0 build 139
Code - OSS Version: 1.103.0
Commit: 30e3d0a74e09a0f6640929822cb57a326671360e
Date: 2025-08-29T18:31:36.739Z
Electron: 37.2.3
Chromium: 138.0.7204.100
Node.js: 22.17.0
V8: 13.8.500258-electron.0
OS: Darwin arm64 24.6.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingvscode

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions