File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 ![ tree-viewer] ( ./assets/examples/Tree_Viewer.gif )
1818
19+ - Block mode highlights can be toggled.
20+
1921## Fixed
2022
2123- Rapidly toggling block mode breaks extension.
4547 Block Mode) to work.
4648 - Configuration is by ` [languageId] ` instead of a massive ` languageSupport ` config.
4749
50+ - Change Block Mode colors config:
51+
52+ - ` codeBlocks.colors.enabled ` : Whether Block Mode should color selections or not. Defaults to ` false ` .
53+ - ` codeBlocks.colors.sibling ` : CSS string for sibling selection background color. Defaults to ` var(--vscode-editor-selectionHighlightBackground) ` .
54+ - ` codeBlocks.colors.parent ` : CSS string for parent selection background color. Defaults to ` var(--vscode-editor-linkedEditingBackground) ` .
55+
4856 ### Old config for Python and TSX
4957
5058 ``` json
You can’t perform that action at this time.
0 commit comments