如何从 Visual Studio Code 的窗口标题中移除新的搜索栏?

huangapple go评论75阅读模式
英文:

How to remove new search-bar from window title in visual studio code?

问题

  • VSCode版本:1.81.0
  • macOS版本:Ventura 13.2.1
  • 使用的主题:Material Theme

这个以前只是没有箭头图标的文本;我怎样才能恢复旧的外观和行为?我永远不会点击这个来激活与CMD+P相同的窗口。

英文:

如何从 Visual Studio Code 的窗口标题中移除新的搜索栏?

  • VSCode version: 1.81.0
  • macOS Version: Ventura 13.2.1
  • Theme used: Material Theme

This used to be just text without the arrow icons; How can I get the old visuals and behavior back? I will never click on this to activate the same window as with CMD+P

答案1

得分: 1

右键单击搜索栏,禁用"Command Center"。这将恢复旧视图。

或者,转到"文件" -> "首选项" -> "设置" -> "窗口",在那里禁用"Command Center"。密钥是window.commandCenter,如果你需要用于settings.json文件。

英文:

Right click on the search bar and disable "Command Center". That will return the old view.

Alternatively, go to File -> Preferences -> Settings -> Window and disable Command Center there. The key is window.commandCenter if you need it for a settings.json file.

huangapple
  • 本文由 发表于 2023年8月9日 16:41:55
  • 转载请务必保留本文链接:https://go.coder-hub.com/76865997-2.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定