Skip to content

Adds invalid config in user's settings.json #31

@TheAifam5

Description

@TheAifam5

Hey,
I spotted that this extension adds editor.matchBrackets: false always, which is invalid in VSCode 1.4x.x.

The editor.matchBrackets does not accept booleans anymore, but "always", "near", "never".

To disable that behaviour I used:
"subtleBrackets.disableNative": false

Regards,
TheAifam5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions