How can I remove the file location bar above code in Visual Studio Code?

前端 未结 2 1825
时光说笑
时光说笑 2020-12-21 18:21

\"screenshot\"

How do I get rid of the little bar above the code where it shows what file I\'m in and where in that

2条回答
  •  Happy的楠姐
    2020-12-21 19:04

    I think what you're looking for is this -

     "workbench.editor.showTabs": false
    

    Add that to your settings.json, it should work immediately

提交回复
热议问题