Skip to content

Commit f352008

Browse files
RudekRudek
authored andcommitted
fix(config): disable Explorer badge decorations
Hide noisy Explorer context/emphasis markers by default.
1 parent 2397827 commit f352008

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
"contributes": {
127127
"configurationDefaults": {
128128
"vim.leader": "<space>",
129+
"explorer.decorations.badges": false,
129130
"todohighlight.defaultStyle": {
130131
"backgroundColor": "transparent",
131132
"fontWeight": "bold"

0 commit comments

Comments
 (0)