Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically open QMD files in visual/source editor if specified (#577)
* auto open in default or specified viewer * clean up for clarity * use onDidChangeActiveTextEditor * Apply suggestions from code review Co-authored-by: Davis Vaughan <davis@posit.co> * changes from review * move listener to VisualEditorProvider * only have one editor listener * check if this is a diff * track editor associations * fix typing error * update from review * move everything to Tab API * clean up unused code * linting * only watch opened tabs * preserve focus on tab swaps * Apply suggestions from code review Co-authored-by: Davis Vaughan <davis@posit.co> * add comments --------- Co-authored-by: Davis Vaughan <davis@posit.co>
- Loading branch information