You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Quarto cannot set the visual editor as the default. A user can set it here, by right-clicking on a Quarto file .qmd file in the Explorer tab and choosing Open with...:
However, extensions can't change these. We want Quarto to have control over this behavior so that it can e.g. respect the editor YAML preference:
---
editor:
mode: visual
---
This will likely need to take the form of a Positron API.
The text was updated successfully, but these errors were encountered:
I'm going to go ahead and close this issue, since we ended up NOT having to add any new code on the Positron side for supporting preferred editors in the quarto extension. See quarto-dev/quarto#577 for more info.
Currently, Quarto cannot set the visual editor as the default. A user can set it here, by right-clicking on a Quarto file
.qmd
file in the Explorer tab and choosing Open with...:However, extensions can't change these. We want Quarto to have control over this behavior so that it can e.g. respect the
editor
YAML preference:This will likely need to take the form of a Positron API.
The text was updated successfully, but these errors were encountered: