Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

enter image description here

  • 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

like image 417
katerlouis Avatar asked Sep 13 '25 04:09

katerlouis


1 Answers

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.

like image 196
LW001 Avatar answered Sep 14 '25 22:09

LW001