Skip to content
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

autoFindInSelection is the wrong type #123

Open
TomasBarry opened this issue Jul 3, 2020 · 0 comments
Open

autoFindInSelection is the wrong type #123

TomasBarry opened this issue Jul 3, 2020 · 0 comments
Assignees

Comments

@TomasBarry
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants