-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resuming incremental search replaces old search with word at current location #107
Comments
Setting |
It seems overriding configuration by extension is not allowed now. For now, please set |
I love the extension, but this particular problem with C-s has been driving me nuts. Thanks for the workaround! |
memo: microsoft/vscode#1396 |
https://code.visualstudio.com/docs/getstarted/settings#_default-settings link to the config docs as it's not a boolean type as the comments above suggest. the config accepts "never", "always", "selection" |
Thank you. I will update the README of this extension. |
Yet, this page still says
So it seems to accept both |
Updating the VSCode settings seems to be possible:
-> Try to set |
I changed my mind and overriding the default value of the global config is too aggressive, so reverted it #1768, v0.51.1. |
Steps to Reproduce
Expected Behavior
Emacs would resume the previous incremental search, instead of starting a new search with the word under the cursor.
Versions
The text was updated successfully, but these errors were encountered: