File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,14 @@ All notable changes to this project will be documented in this file.
55## [ Unreleased]
66
77### Fixed
8+
89- Fix duplicate key handling in rendered which-key menus causing wrong nested commands from Explorer/sidebar focus (for example ` SPC o u ` opening Output)
910
11+ ### Changed
12+
13+ - Set default explorer.decorations.badges to false to hide Explorer badge markers (including AI context/emphasis indicators).
14+
15+
1016## [ 0.5.1] 2026-05-03 ** pre-release**
1117
1218### Removed
Original file line number Diff line number Diff line change 126126 "contributes" : {
127127 "configurationDefaults" : {
128128 "vim.leader" : " <space>" ,
129+ "explorer.decorations.badges" : false ,
129130 "todohighlight.defaultStyle" : {
130131 "backgroundColor" : " transparent" ,
131132 "fontWeight" : " bold"
You can’t perform that action at this time.
0 commit comments