You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following line finds settings on VSCode 1.71.0, but fails to find anything on 1.83.0. const setting = await settingsEditor.findSetting(title, ...categories);
Describe the bug
Searching for the setting doesn't find it
Steps to Reproduce
Try to search for any nested setting in latest VSCode version
The following line finds settings on VSCode
1.71.0
, but fails to find anything on1.83.0
.const setting = await settingsEditor.findSetting(title, ...categories);
Describe the bug
Steps to Reproduce
Expected behavior
Environment information
Attachments
This is might be related to the "settings search adjustment" introduced in
1.83.0
:https://code.visualstudio.com/updates/v1_83#_settings-editor-search-adjustments
The text was updated successfully, but these errors were encountered: