Skip to content

Conversation

@jmcphers
Copy link
Collaborator

@jmcphers jmcphers commented Feb 7, 2026

This change prepares the Quarto extension to work with Positron's upcoming inline output features.

There changes are pretty minimal for now. When inline output is enabled (via a setting):

  • The code lens is disabled (as it duplicates Positron's built-in toolbar)
  • Code is executed using the inline execution API instead of the console execution API
  • The title of the Insert Code Cell command in the toolbar is not shown, to conserve toolbar space and make room for the kernel picker (we do this all the time since it's hard to do conditionally)

Part of posit-dev/positron#5640.

@jmcphers jmcphers requested a review from juliasilge February 7, 2026 00:18
Copy link
Collaborator

@juliasilge juliasilge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to start out with! 🙌

I checked that regular console execution is all still working well with these changes.

@jmcphers jmcphers merged commit a78ac6a into main Feb 10, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants