vscode: "Auto Find in Selection = never" is ignored

  • VSCode Version: 1.41.1
  • OS Version: Win10

Steps to Reproduce:

  1. Start code without extensions
  2. Double check that Auto Find in Selection is set to “never”
  3. Select two words
  4. Press Ctrl+F

Expected: “find in selection” is off

Actual: “find in selection” is on, meaning I’m going to find exactly one match. Moreover, “find in selection” is just always on. Even when there is no selection. In 1.37.1 the button was disabled when there was no selection. Now the button is always enabled, and always activated.

Does this issue occur when all extensions are disabled?: Yes

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 1
  • Comments: 15 (9 by maintainers)

Most upvoted comments

Added generic checks that a setting value matches its schema type. If there is a mismatch it will look like this:

image