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 mappings.json specifies that the [file https://github.com/microsoft/vscode-sublime-keybindings/blob/master/settings/mappings.json#L76] autoFindInSelection value should be a boolean. However, in VSCode itself, the following error appears:
Controls whether the find operation is carried out on selected text or the entire file in the editor.
Incorrect type. Expected "string".
Value is not accepted. Valid values: "never", "always", "multiline".
But the feature works with a boolean value or a string value.
The text was updated successfully, but these errors were encountered:
The
mappings.json
specifies that the [file https://github.com/microsoft/vscode-sublime-keybindings/blob/master/settings/mappings.json#L76]autoFindInSelection
value should be aboolean
. However, in VSCode itself, the following error appears:But the feature works with a boolean value or a string value.
The text was updated successfully, but these errors were encountered: