简体   繁体   English

在 VsCode 中使用 Windows 文件对话框打开文件/文件夹

[英]Opening file/folder using Windows file dialog in VsCode

When I try to open file or folder in VsCode, Windows file dialog doesn't open.当我尝试在 VsCode 中打开文件或文件夹时,Windows 文件对话框没有打开。 Instead, a box appears in the top-middle of VsCode to open file/folder.相反,VsCode 的顶部中间会出现一个框来打开文件/文件夹。

How can I use Windows file dialog again?如何再次使用 Windows 文件对话框?

Windows file dialog is default to open file/folder. Windows 文件对话框默认打开文件/文件夹。 But somehow I changed it to simple one.但不知何故,我把它改成了简单的。 If you want to use "Simple Dialog" you should add the following lines to settings.json :如果您想使用“简单对话框”,您应该将以下行添加到settings.json

"files.simpleDialog.enable": true

To get back Windows file dialog, remove that line or change true to false .要返回 Windows 文件对话框,请删除该行或将true更改为false

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM