VSCodeCallVisual doesn't work for certain command
See original GitHub issueSpecifically, for this mapping
noremap <C-l>e <Cmd>call VSCodeCallVisual('jupyter.execSelectionInteractive', 1)<CR><Esc>
There is no effect when pressing “jupyter.execSelectionInteractive”
Issue Analytics
- State:
- Created 10 months ago
- Comments:11 (2 by maintainers)
Top Results From Across the Web
Command Line Interface (CLI) - Visual Studio Code
Visual Studio Code has a powerful command-line interface built-in that lets you control how you launch the editor. You can open files, install...
Read more >How to call VS Code Editor from terminal / command line
Launch VS Code. Command + Shift + P to open the Command Palette. Type shell command , to find the Shell Command: Install...
Read more >How to Open Visual Studio Code From Your Terminal
VS Code is a popular text editor created by Microsoft. Once you have VS Code open, it should look like this: image. Next,...
Read more >Visual Studio Developer Command Prompt ...
terminal that can host either of these shells (Developer Command Prompt and Developer PowerShell). You can also open multiple tabs of each shell ......
Read more >How to start VS Code from the terminal (command line)
On windows, open a Command Prompt window, on MacOS, open a terminal window. 2. Navigate to the folder or file you want to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@introom all the code you have provided looks correct. You don’t even need the vscode keybinding, C-l is already sent to VSCode. Not sure what the problem is.
@Jendker sorry but all his code looks correct, this is definitely the way to solve the problem.
This is the purpose of
VSCodeCallVisual
This seems to be a duplicate of https://github.com/vscode-neovim/vscode-neovim/issues/771, but since that issue is closed, I’ll make this one the official tracker.
Maybe try to use
xnoremap
?