[Bug] Option `bracketPairColorization` does not work
See original GitHub issueReproducible in vscode.dev or in VS Code Desktop?
- Not reproducible in vscode.dev or VS Code Desktop
Reproducible in the monaco editor playground?
- Not 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:
- Created 2 years ago
- Reactions:4
- Comments:11 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I was referring to the typescript types.
Aye, bracketPairColorization and matchBrackets both don’t work. Rolling back to 0.31.0 works fine