question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] Option `bracketPairColorization` does not work

See original GitHub issue

Reproducible in vscode.dev or in VS Code Desktop?

  • Not reproducible in vscode.dev or VS Code Desktop

Reproducible in the monaco editor playground?

Monaco Editor Playground Code

monaco.editor.create(document.getElementById('container'), {
    value: '(((()))){{{{}}}}[[[[]]]]',
    language: 'csharp',
    bracketPairColorization: {
        enabled: true
    }
});

Actual Behavior

Bracket pair colorization does not work, no matter what language is set.

Expected Behavior

Brackets being colorized

Additional Context

I have tried languages: csharp, css, html, javascript

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:4
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
hedietcommented, Mar 11, 2022

What is the typing!?

I was referring to the typescript types.

2reactions
ColinBradleycommented, Sep 14, 2022

Aye, bracketPairColorization and matchBrackets both don’t work. Rolling back to 0.31.0 works fine

Read more comments on GitHub >

github_iconTop Results From Across the Web

VS Code, Bracket Pair Colorizer does not work. Do I have to ...
Bracket Pair Colorizer is no longer maintained. It's outdated. Instead, you can colorize your brackets by adding this single line to your ...
Read more >
Bracket pair colorization 10000x faster - Visual Studio Code
This variety of extensions shows that there is a real desire by VS Code users to get better support for brackets. The performance...
Read more >
Adding color to bracket pairs - Visual Studio Blog
When dealing with deeply nested brackets in Visual Studio, it can be ... blindness or other optic maladies, the problem can be even...
Read more >
Native Bracket Pair Colourization in VS Code
VSCode now has bracket pair colorization natively baked in! ... to remove it! hahaha I don't like it, all of the sudden I...
Read more >
VS Code tips — Built-in bracket pair colorization - YouTube
The built-in bracket pair colorization feature of VS Code uses ... You can enable it using... ... bracketPairColorization.enabled setting.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found