visual-studio-code - VS 代码 |隐藏选项卡名称中的文件路径

标签 visual-studio-code

我不知道我做了什么,但我很确定以前不存在这种情况。我该如何摆脱它?

enter image description here

最佳答案

通过删除 settings.json 中的行 "workbench.editor.labelFormat": "medium", 解决了这个问题。

您也可以将其设置为默认"workbench.editor.labelFormat": "default",

关于visual-studio-code - VS 代码 |隐藏选项卡名称中的文件路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73922083/

相关文章:

c++ - 链接器未看到我的 Class.cpp

c++ - 如何在 Visual Studio Code 中的 ubuntu 上的应用程序调试 c OpenGl 期间显示光标

git - 对于使用 WSL2 签名的 git 提交,Windows 10 上的 Visual Studio Code 中没有 GPG 密码提示

vim - VsCode VIM - 如何打开 "New Untitled File"

c++ - VS Code C++ 扩展给出错误 "namespace has no member function"

c++ - vs代码中的random()和randomize()不起作用(包括cstdlib和ctime)

html - 如何停止在工作区中寻找 css 类 - VSCODE

c++ - 如何在 Visual Studio 代码中完成后暂停控制台 C++ 应用程序

visual-studio-code - VSCode jsconfig.json 给出 ts 错误 指定编译的根文件

visual-studio-code - 如何在VS Code中调整Prettier为4个空格和制表符?