REditorSupport / REditorSupport/vscode-R
Plugin always show warning message: No text editor active.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 139
- Avg merge
- 2h 46m
- Merged PRs (30d)
- 5
Description
As soon as I open the editor page and the drawing page (or help page) separately, move the mouse from the editor to the drawing interface and click, there will be this warning message.
Env
OS: windows 11
VS-code: 1.93.0
Plugin Config
"r.bracketedPaste": true,
"r.alwaysUseActiveTerminal": true,
"r.rterm.windows": "C:\Users\hyosmos\.pyenv\pyenv-win\shims\radian.bat",
"r.plot.useHttpgd": true,
Contributor guide
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
Reproduce the warning by opening the editor and drawing or help pages separately, then moving the mouse and clicking as described on Windows 11 with the listed VS Code and plugin settings. Trace how the extension handles focus and active text editors; done means the warning no longer appears during this page-switching interaction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r, typescript, vscode
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100