"Selection -> Add next occurrence" shortcut not working when file opened from command line or URL scheme #73404
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
macos
Issues with VS Code on MAC/OS X
Steps to Reproduce:
open vscode://file/path/to/file
orcode -g /path/to/file
Cmd+D
shortcutDoes this issue occur when all extensions are disabled?: Yes
Additional notes:
The command works when activated via the menu "Selection -> Add next occurrence", but the shortcut
Cmd+D
doesn't work. I can re-enable the shortcut by changing the focus to another application and then back to VS Code, or by activating the search function (viaCmd+F
) and deactivating it.One may think this is not a big deal. However, when writing scientific papers with LaTeX (using the excellent LaTeX Workshop extension), activating VS Code via the URL scheme is a very common task. This is done when navigating to the LaTeX source by clicking on the generated PDF file in the Skim viewer.
The text was updated successfully, but these errors were encountered: