Hide file drop down menu in editor

前端 未结 1 1419
野的像风
野的像风 2020-11-30 15:24

I\'m working in VS Code and (I think I used a wrong shortcut) the following feature appeared: When having a file opened in a tab, there appears a bar below the header of the

相关标签:
1条回答
  • 2020-11-30 16:18

    You have enabled VSCode's breadcrumb feature. To disable it:

    1. Press Ctrl+Shift+P to open the command pallete.
    2. Type "Toggle Breadcrumbs" and press enter.

    Alternatively, you can disable the breadcrumbs from the settings menu:

    0 讨论(0)
提交回复
热议问题