Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new command to set default editor opener type #5075

Closed
wants to merge 2 commits into from

Conversation

isabelizimm
Copy link
Contributor

as part of #2933

to test with quarto extension SETUP:

  1. launch positron dev
  2. clone/open https://github.com/quarto-dev/quarto as workspace
  3. check out branch save-editor-type Automatically open QMD files in visual/source editor if specified quarto-dev/quarto#577
  4. run yarn dev-vscode
  5. from debug tab, click play button (will launch another positron instance)
  6. go to settings -> search "quarto editor" and swap between visual/source and open qmds. they should open with default editor.

testing the changes:
7. in a qmd file, add editor: source to top yaml. check that it opens in source, regardless of default editor.
8. step 7 again, but with editor: visual
9. create a _quarto.yml file in the root of the workspace. add editor: source and see that qmds with no specific editor noted will open in source mode
10. step 9 again, but with editor: visual

@DavisVaughan DavisVaughan self-requested a review October 22, 2024 13:03
@isabelizimm
Copy link
Contributor Author

dont need this, can make all the changes in quarto!

@github-actions github-actions bot locked and limited conversation to collaborators Oct 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant