Quickly open files in VSCode
I always forget the setting to change the open file/folder from a popup explorer window to a simple dialog where you can type the filepath. In settings.json
, add the following line:
"files.simpleDialog.enable": true
I always forget the setting to change the open file/folder from a popup explorer window to a simple dialog where you can type the filepath. In settings.json
, add the following line:
"files.simpleDialog.enable": true