-
Notifications
You must be signed in to change notification settings - Fork 108
Closed
Labels
area: apiIssues related to API category.Issues related to API category.area: coreIssues related to Core category.Issues related to Core category.area: quartoIssues related to Quarto category.Issues related to Quarto category.
Milestone
Description
It would be useful for the Quarto extension for us to make ReOpenInTextEditorAction
accessible to the API for extensions:
positron/src/vs/workbench/browser/parts/editor/editorActions.ts
Lines 2491 to 2492 in f9b68e7
id: 'workbench.action.reopenTextEditor', | |
title: localize2('reopenTextEditor', 'Reopen Editor With Text Editor'), |
Right now, the Quarto extension has to save (this actually isn't happening all the time, we think), close a source editor, and reopen in visual mode, but we would prefer to use the nicer infrastructure that VS Code offers here to reopen.
To use this now, from the command palette:

Then:

Metadata
Metadata
Assignees
Labels
area: apiIssues related to API category.Issues related to API category.area: coreIssues related to Core category.Issues related to Core category.area: quartoIssues related to Quarto category.Issues related to Quarto category.