ecb*_*die 9 visual-studio-code
In VSCode, is there a way to hide the top action menu bar that appears in the tabs row? I rarely use it and I find that it crowds the already limited space available to browse through open tabs. Moreover, its presentation is also inconsistent, especially when split panes are activated.
I'm not sure if I am referring to this VSCode functionality properly, so here's a screenshot demonstrating what I'm talking about (file names had to be blurred out due to NDA reasons):
Thank you.
它称为编辑器操作,在标准/本机 VSCode 设置中,您无法隐藏它。
自 2018 年 3 月以来,隐藏这个烦人栏的设置是VScode GitHub 上的一个悬而未决的问题。
我感觉到你的痛苦。这对我有用:
cmd + shift + P/ctrl + shift + P

  "customizeUI.stylesheet": {
    ".editor-actions": "display: none !important;",
  },
它不见了!
| 归档时间: | 
 | 
| 查看次数: | 942 次 | 
| 最近记录: |