【问题标题】:Opening file/folder using Windows file dialog in VsCode在 VsCode 中使用 Windows 文件对话框打开文件/文件夹
【发布时间】:2020-04-05 04:25:48
【问题描述】:

当我尝试在 VsCode 中打开文件或文件夹时,Windows 文件对话框没有打开。相反,VsCode 的顶部中间会出现一个框来打开文件/文件夹。

如何再次使用 Windows 文件对话框?

【问题讨论】:

    标签: visual-studio-code settings


    【解决方案1】:

    Windows 文件对话框默认打开文件/文件夹。但不知何故,我把它改成了简单的。如果你想使用“简单对话框”,你应该将以下行添加到settings.json

    "files.simpleDialog.enable": true
    

    要返回 Windows 文件对话框,请删除该行或将 true 更改为 false

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-01-12
      • 2018-02-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-03-14
      • 1970-01-01
      • 2016-08-29
      相关资源
      最近更新 更多