quarto-dev / quarto-dev/quarto
`quarto.runCurrent` command invoked in wrong context (commit message editor)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 645
- Forks
- 62
- Avg merge
- 17h 42m
- Merged PRs (30d)
- 13
Description
@thomasp85 reports that cmd+enter in the commit message box of the Source Control pane invokes the quarto.runCurrent command.
We have confirmed that:
-
It is this command that is invoked: https://github.com/quarto-dev/quarto/blob/09bb9673a919967872b1b09a743645452c8c62f8/apps/vscode/package.json#L488 (confirmed by the keyboard troubleshooter).
-
The commit message editor's
activeCustomEditorIdcontext key is set to'quarto.visualEditor'.
However I can't reproduce it locally.
@thomasp85 Could you please share the exact sequence of steps you perform to reproduce this from a new Positron session?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with apps/vscode/package.json at line 488 and use the keyboard troubleshooter while reproducing cmd+enter in the Source Control commit message editor. Confirm the activeCustomEditorId value and the exact session and interaction sequence; done means the unintended quarto.runCurrent invocation is explained and no longer occurs in that context.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- developer-experience
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100