cancelSelection does not work to deSelect the highlighted text
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
Hi:
I have following Macros:
"execCurSelPy": [
"python.execSelectionInTerminal",
"cancelSelection",
],
But cancelSelection does not seem to work after "python.execSelectionInTerminal". After execution, the selection is highlighted & I sometimes end up loosing selected text by hitting the wrong key.
Is this because I am using VSCodeVim or am I just using wrong cmd? Thanks,
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
No files or tests are named. Reproduce the macro in VS Code with VSCodeVim and the Python extension, starting with the handling of cancelSelection after python.execSelectionInTerminal. Done means determining whether the selection should be cleared and identifying the relevant behavior or limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100