Skip to content

Commit 41b37a4

Browse files
committed
collapse the Operations view
1 parent 6fc46e9 commit 41b37a4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ All notable version changes will be recorded in this file.
2020
- `Keil Project Import`: Force use ';' as the path delimiter on unix and windows.
2121
- `Eclipse Project Import`: Incorrect project type was detected.
2222

23+
**Change**:
24+
- `EIDE View Container`: By default, we will collapse the `Operations` view.
25+
2326
***
2427

2528
### [v3.23.6] revision

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,8 @@
529529
},
530530
{
531531
"id": "cl.eide.view.operations",
532-
"name": "%eide.bar.operations%"
532+
"name": "%eide.bar.operations%",
533+
"visibility": "collapsed"
533534
}
534535
]
535536
},

0 commit comments

Comments
 (0)