microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
161.23k stars 28.31k forks source link

Feature request: Disable compact folder in source control #219988

Closed LozanoMatheus closed 1 week ago

LozanoMatheus commented 1 month ago

It would be nice to have the same as the "explorer.compactFolders": false in SC, something like "scm.compactFolders": false. This makes it easier to visualize and follows the same as the explorer which in my case makes things not difficult when switching from two different views.

IMO, this makes things look the same and reduces the time needed to get used each time you switch between two views, making the experience less annoying and more homogeneous.

It could also be something like this to apply globally:

"[compactFolders]": {
  "enabled": false
},
tisilent commented 3 weeks ago

Only scm.compactFolder has been added. globally. priority. 😨

vs-code-engineering[bot] commented 5 days ago

Issue marked as unreleased but unable to locate closing commit in repo history. If this was closed in a separate repo you can add the insiders-released label directly, or comment \closedWith someShaThatWillbeReleasedWhenThisIsRelesed.

vs-code-engineering[bot] commented 4 days ago
        Issue marked as unreleased but unable to locate closing commit in issue timeline. You can manually reference a commit by commenting `\closedWith someCommitSha`, or directly add the `insiders-released` label if you know this has already been releaased