Skip to content

Add a setting for changing the default path for "Open Folder" to be current open folder, not parent dir #210991

@babakfp

Description

@babakfp

Hi 👋

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.88.1 (user setup)
  • OS Version: Windows 11 Pro 23H2 - Windows_NT x64 10.0.22631

Steps to Reproduce:

  1. Use this config:

    "files.simpleDialog.enable": true,
    "files.dialog.defaultPath": "C:\\Users\\Babak\\Documents",

    You need to change Babak to your OS username.

  2. Open an instance of vsCode with no working directory selected.

  3. Open the dialog and the Default Path will be selected and its content will be shown.

  4. Press the OK button.

  5. Now open the dialog again, and you will find yourself in "C:\\Users\\Babak instead of "C:\\Users\\Babak\\Documents"! (this is the problematic part).

The above steps and the steps taken in the below video are different. It may be confusing.

2024-04-23.06-56-11.mp4

How important is this to fix?

Very important because it pisses me off! This damn feature does a simple and single thing, and it does it poorly, lol.

Don't tell me that it's designed this way or it's not fixable!

Fix it ASAP, PLEASE!

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalitysimple-file-dialogIssues with simple file dialog

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions