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
Open a .qmd file and choose Edit in visual editor.
Navigate to another file and then come back to the original .qmd file. Editor switches to source editor, so Positron doesn't remember that the choice of editor was visual.
Switch back to visual and then rename the file, editor switches to source editor again.
What did you expect to happen?
I expected Positron to remember my choice of editor while the file remains open.
Were there any error messages in the output or Developer Tools console?
No.
The text was updated successfully, but these errors were encountered:
These are very similar instructions as #1435 so it would make sense to QA these two issues simultaneously. It's a bit of an extensive process! Let me know if you have questions. It's also NOT related to the Positron build for 2024.11, so does not necessarily need to be prioritized for that release.
Open the command palette and select Install from VSIX.
Navigate to and install the .vsix file you unzipped
Navigate to the extensions page and reload extension host. This button appeared for me and I could just click it. If it does NOT appear, you can use Developer: Restart extension host from the Command Palette.
create 2 files (the content of the document doesn't really matter here, just the topmatter YAML)
test-1.qmd
---
editor: visual
---
# hello there
test-2.qmd
---
editor: source
---
# hello there
The editor selection in yaml should be respected. You should be able to navigate away and back to each file and the editor stays the same.
Manually change the visual editor to source mode. Navigate away from the file and then back. It should stay in source mode.
Positron Version:
Steps to reproduce the issue:
.qmd
file and choose Edit in visual editor..qmd
file. Editor switches to source editor, so Positron doesn't remember that the choice of editor was visual.What did you expect to happen?
I expected Positron to remember my choice of editor while the file remains open.
Were there any error messages in the output or Developer Tools console?
No.
The text was updated successfully, but these errors were encountered: