简体   繁体   中英

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. Instead, a box appears in the top-middle of VsCode to open file/folder.

How can I use Windows file dialog again?

Windows file dialog is default to open file/folder. But somehow I changed it to simple one. If you want to use "Simple Dialog" you should add the following lines to settings.json :

"files.simpleDialog.enable": true

To get back Windows file dialog, remove that line or change true to false .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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